Jump to content

[SOLVED] Changing the color of the numbers on an OL


Northern Flame

Recommended Posts

I want to change the color of the numbers on an organized list,

example,

1. a

2. b

3. c

4. d

 

i want the numbers to be one color and the letters a different color,

is their a way to easily do this in CSS or do i have to do it like this:

<ol style="color:#ffffff;">

<li><font color=black>a</font></li>

<li><font color=black>b</font></li>

<li><font color=black>c</font></li>

<li><font color=black>d</font></li>

</ol>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.