Deepa
12-07-2006, 11:57 AM
Let me tell you what i know
<ol>
<li>car</li>
<li>bus</li>
<li> Train</li>
</ol>
This will give me
1.Car
2.Bus
3.Train
Now this is what i want to happen
just the bulleted numbers must appear in a diffrent color (say maroon)
and must also be bold.
the rest of the text must be in the common style used over the page.
I tried
ol{font-weight: bold ;}
but this gives me the entire bulleted text (bullet numbers + the text) in bold
I just want the bullet numbers to be bold & of diffrent color
Any help is great help
thank you
Deepa
<ol>
<li>car</li>
<li>bus</li>
<li> Train</li>
</ol>
This will give me
1.Car
2.Bus
3.Train
Now this is what i want to happen
just the bulleted numbers must appear in a diffrent color (say maroon)
and must also be bold.
the rest of the text must be in the common style used over the page.
I tried
ol{font-weight: bold ;}
but this gives me the entire bulleted text (bullet numbers + the text) in bold
I just want the bullet numbers to be bold & of diffrent color
Any help is great help
thank you
Deepa