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>
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>How can I change the style of the numbers before each li ?</li>
</ol>