us3rd4n
07-20-2007, 06:24 AM
I have a list and i would like to add a space between the <li> items.
Has to be XHTML strict, so we cant use a <br /> tag.
Example:
<ul>
<li>item one</li>
space
<li>item two</li>
space
<li>item three</li>
</ul>
Any ideas?
Has to be XHTML strict, so we cant use a <br /> tag.
Example:
<ul>
<li>item one</li>
space
<li>item two</li>
space
<li>item three</li>
</ul>
Any ideas?