moved most topic contents to TWikiUsingCSS
[...]
I've attached the twiki.css file I used to experiment with below. Keep in mind that this is just a test file and doesn't represent any desired style (at least on my part

). (Check out the cool color change when hovering over an unvisited link though!)
This stylesheet demonstrates some styling of TWiki, but some other things can't be styled as TWiki is currently written due to in-page styling having precedence over stylesheet styling, and TWiki has a lot of embedded hard coded styling, particularly for tables. I would propose that the
*only* attribute attached to any element in TWiki is the "class=classname" attribute, which is legal on all elements. The class for that element type is then defined in the .css file, so that syling becomes independent of content - a key goal of
XHTML iirc.
[...]
--
DavidLeBlanc - 24 Apr 2002
Oops, I forgot to mention that I did these experiments on both Mozilla 0.9.9 and IE 6. For the only glitch I found, see
MozillaNotStylingXHTML
--
DavidLeBlanc - 24 Apr 2002