Hi there,
As far as I know, there's no way to make the list number items in reversed order. However, you can set the value attribute on the <li> element to accomplish the same thing:
Code:
<ol>
<li value="3">Milk</li>
<li value="2">Bread</li>
<li value="1">Butter</li>
</ol>
May require some code if you're not manually defining just a few items.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.