Re: Different colour list points

* Nathan Rodgers - Web Publishing Australia wrote:
>How do I change the colour of the points in a list.
>
>e.g.
><ol>
>    <li color="white">fsd</li>
></ol>
>
>That is how I would assume it would work, but it does not seem to. Does
>anyone have any idea's?

You have to use CSS for presentational suggestions, e.g.

  li { color: white }

Please take a look at http://www.w3.org/Style/CSS/ for more information
on CSS.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Wednesday, 17 October 2001 20:46:09 UTC