View Single Post
  #3 (permalink)  
Old 08-23-2008, 08:33 AM
dorayme
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

In article
<Pine.GSO.4.63.0808221608080.15416@s5b004.rrzn.u ni-hannover.de>,
Andreas Prilop <prilop4321@trashmail.net> wrote:

> To get bold numbers in ordered lists, one can write
>
> ol { font-weight: bold --
> ol span { font-weight: normal --
>
> <ol>
> <li><span>......</span></li>
> <li><span>......</span></li>
> </ol>
>
> Is there a better way?


There is a perfectly good way that uses the semantic equivalent of an
ordered list, a two column table, with which your requirement has a
simple solution.

--
dorayme
Reply With Quote