Click to See Complete Forum and Search --> : Styling Ordered List Marker


geekblake
08-12-2008, 03:29 PM
I have an ordered list, but I want to know how I can style the number marker before each item (i.e. make it larger, change the color, make it bold, etc.). Any idea how to do this?

<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>How can I change the style of the numbers before each li ?</li>
</ol>

ryanbutler
08-12-2008, 03:42 PM
You can write this declaration:

ol{
color:blue;
font-weight:bold;
}

That will style the number and text. I'm not sure how to do just the number or if there's even a way.

Centauri
08-13-2008, 02:06 AM
Styling the <ol> will affect the number, then you style the <li> to override the <ol> style.

ray326
08-13-2008, 01:19 PM
Man, I hope I can remember that one.

bathurst_guy
08-14-2008, 05:45 AM
Running out of RAM Nog? :)