futurepy@yahoo.com wrote:[color=blue]
>
> By default color of the list marker, disc or circle or square, is
> black. Is there a way to change the color, for example, to red or
> blue? Thanks.[/color]
There is no HTML for this. However, you can create a list marker
graphic (e.g., a GIF file) that has your desired color. Then use a
style-sheet to specify list-style-image. See section 5.6.4 of the
CSS1 specification. Note that, if the user changes the font size
on his or her browser, the size of a marker graphic will NOT
change.
Also, you can use a style-sheet to set the color of the text of
list items. The marker then has the same color.
Now for two design comments:
To me, bulleted text (i.e., a list with markers) is easier to read
if the markers are the same color as the text. Green bullets with
red text (or vice-versa) would be very annoying.
If you create list marker graphics, keep them on the same server
and in the same domain as the page that uses them. You don't want
the graphics lost when a different server is down.
--
David E. Ross
<URL:http://www.rossde.com/>
I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.