Posted by richard_quick_uk on 07/30/05 04:06
Hi,
Quick question that's been bugging me.
I want to set the distance between the numbers and the txt in an
ordered list - and I can't for the life of me figure out how in CSS.
Any ideas?
The CSS is:
ol {
padding: 0;
margin: 5px 0 10px 0;
margin-left: 23px;
color: #cc0000;
}
ol li {
list-style-position: outside;
margin: 0;
}
And the html is:
<ol>
<li><a href="#">The top tips text will go here</a></li>
<li><a href="#">The top tips text will go here</a></li>
<li><a href="#">The top tips text will go here</a></li>
</ol>
Richard Quick
-------------
http://www.scaredoftheweb.com
[Back to original message]
|