![]() Preserved Topic: I don't want styles! (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Lebanon |
![]() 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 |
![]() |
Maniac (V) Mad Scientist From: New California |
![]() 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 |
![]() If you mean in the middle of the page ie: |
Paranoid (IV) Inmate From: Lebanon |
![]() linear and bugimus... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() "Unfortunately, styles and HTML aren't dynamic, and don't really have a "run time". |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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. |