On 12 Oct 2004 06:09:29 -0700, Dave <zeitsparer (AT) yahoo (DOT) com.au> wrote:
Quote:
Hi,
* can the numbers of the ol list (the numbers themselves only) be set to
be bold?
* can they be set to be a different colour from the default text colour
set
elsewhere in the style sheet?
* can they be set to be a different font from the default font?
Thanks
Dave |
It's a little tricky, but here's what you do.
ol {font-weight: bold; color: green;}
span {font-weight: normal; color: red;}
<ol>
<li><span>One</span></li>
<li><span>Two</span></li>
</ol>