Preserved Topic: I don't want styles! (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Lebanon |
posted 06-18-2001 15:04
I have defined stlyes in my program overwritting HTML tags, like for the "a" tag and "p" tag and "body" tag... |
Paranoid (IV) Inmate From: other places |
posted 06-18-2001 15:59 |
Maniac (V) Mad Scientist From: New California |
posted 06-18-2001 22:46
linear's suggestion is the best way but if you want a quick and dirty way, just comment out the style block like this: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-19-2001 06:04
If you mean in the middle of the page ie: |
Paranoid (IV) Inmate From: Lebanon |
posted 06-19-2001 09:07
linear and bugimus... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-19-2001 20:05
Unfortunately, styles and HTML aren't dynamic, and don't really have a "run time". Either you're using styles, or you're not. There's no <dont use styles> </dont use styles> tag. |
Paranoid (IV) Inmate From: other places |
posted 06-19-2001 20:52
"Unfortunately, styles and HTML aren't dynamic, and don't really have a "run time". |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-19-2001 22:43
You'll notice I said "styles and HTML", not "JavaScript"! Heh =) JavaScript certainly makes a page dynamic, and you could say it has a "run time". But that doesn't really help with this particular situation... I don't think (although I may be wrong) that lallous was referring to anything happening *after* the page had loaded. |