gurus,
can anyone tell me why this code...
-----
 
<style type=text/css>
li {display: inline}
</style>
 
<ol>
<li>some text</li>
<li>a little more text</li>
<li>another bit</li>
<li>even a bit more</li>
</ol>
 
-----
 
...drops the numbers from the start of each list item as soon as you make the list run horizontally?
I want to keep the numbers at the start of each item (its for a horizontal 'step by step' type indicator) so if anyone has any insights on how to achieve that, that would be tops,
 
cheers,
pete

Reply via email to