Posted by brucie on 11/10/05 22:54
In post <news:QjOcf.1329$FW4.1312@tornado.tampabay.rr.com>,
Shank said:
>> It would appear that Shank is asking how to format the <ol> numbers,
>> rather than the content of the list item, or at least that was how I
>> interpreted the sparse question.
>>
>> 1. Some content here.
>> 2. More content.
>> 3. Another item.
>> ^ these numbers
> Sparse maybe. But still clear I thought. I would like to have blue bold
> numbers with black normal text. How do I get that done with CSS?
li{color:blue;font-weight:bold;}
li p{color:black;font-weight:normal;}
<ol>
<li><p>blah
<li><p>blah
<li><p>blah
</ol>
please don't toppost, it upsets the little voices.
How do I quote correctly in Usenet? - Quoting and Answering
http://www.netmeister.org/news/learn2quote2.html
--
l i t t l e v o i c e s
[Back to original message]
|