Hi Cian, funkymonk,
Setting the ul-color or li-color in the style sheet not only make the bullit in color, but also makes the complete text in the <LI>-line the same color.
Use this workaround to make only the bullit colored and the text black (or another color):
In your HTML then
<ul class="list1">
<li><font color="black">your text</font></li> etc
or <ul class="list2">
<li><font color="red">text LI-line</font></li> etc
-----------------------------------------------------
just another trick with CSS:
You can indent some <LI>-line's with:
li.line1 {left:27px; position:relative;}
and then in the HTML
<li class= "line1">
-----------------------------------------------------
Hope this helps,
Erik
<!-- My sport:
Boomerang throwing !!
This year I will participate at the World Championships in Germany. (
!! Many Happy Returns !! -->