-------------------- "Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways - Chardonnay in one hand - chocolate in the other - body thoroughly used up, totally worn out and screaming "WOO HOO, What a Ride"
Registered: Mar 1999
| IP: Logged
-------------------- "This is why you people think I'm so unknowable. You don't listen!" - God, "God, the Devil and Bob"
Registered: Mar 1999
| IP: Logged
posted
The problem's in my Javascript code. I've commented that line out, and it works fine. Minus my countdown, of course.
-------------------- "This is why you people think I'm so unknowable. You don't listen!" - God, "God, the Devil and Bob"
Registered: Mar 1999
| IP: Logged
posted
Heh. Two methods of embedding fonts. One is IE only and therefore sucks, the other you have to pay $150 for working software. Frellit.
-------------------- "This is why you people think I'm so unknowable. You don't listen!" - God, "God, the Devil and Bob"
Registered: Mar 1999
| IP: Logged
posted
Ah! IE won't let you end a script tag with /> You have to actually have a seperate tag to close it.
-------------------- "This is why you people think I'm so unknowable. You don't listen!" - God, "God, the Devil and Bob"
Registered: Mar 1999
| IP: Logged
posted
Why would you want to have a script tag w/o any actual script? You probably could put "<script />", but it wouldn't do anything.
Registered: Mar 1999
| IP: Logged
Charles Capps
We appreciate your concern. It is noted and stupid.
Member # 9
posted
Script is the exception to the rule - it has to have an independant close tag
Registered: Mar 1999
| IP: Logged
posted
Why would you want to have a script tag w/o any actual script? You probably could put "", but it wouldn't do anything.
You'd have to link to the script in an external file, as an atribute of the tag. Which, coincidentally, is exactly what I did.
And how do you post the text of a tag in this thing, anyway? It keeps thinking I've posted the tag itself (or disallowing it, depending on the tag), and with this new edit function, I can't see how you did it.
-------------------- "This is why you people think I'm so unknowable. You don't listen!" - God, "God, the Devil and Bob"
Registered: Mar 1999
| IP: Logged
posted
Ah, I'd forgotten about external script files. A moment of brain inactivity, apparently.
To make the <script> tag show up, I used the old method of getting around swear-word filters: I typed "<scr<i></i>ipt>".
Registered: Mar 1999
| IP: Logged