[thelist] OL and odd values

Peter-Paul Koch gassinaumasis at hotmail.com
Wed Apr 24 07:22:00 CDT 2002


>For the most part I'm using:
><ol>
><li>Whatever</li>
><li>Whenever</li>
></ol>
>
>Which renders as:
>1. Whatever
>2. Whenever
>
>But there is the occasional entry such as 32a which is throwing me. Is it
>possible to make a LI appear like so?
>32. Whatever
>32a. Whatever with chips
>33. Whenever

No. You'd have to nest a new OL, like

<ol>
<li>Whatever</li>
<ol><li>Whatever with chips</li>
</ol></li>
<li>Whenever</li>
</ol>

ppk

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx




More information about the thelist mailing list