Page is a not externally linkable
Gemini23 - 8:37 pm on Nov 5, 2011 (gmt 0)
Can anyone help?
I have an unordered list of the type
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
In front of each name I have a bullet point showing - which I quite like...
However... within my list I would also like to be able to add a vertical line-space without the bullet point showing as below.. is this possible and how do I do it? it doesn't like me adding a <br />
<ul>
<li>Drinks</li>
<li>Tea</li>
<li>Milk</li>
<li> </> (I would like this to NOT show a bullet point...
<ul>
<li>Food</li>
<li>Biscuits</li>
<li>Bread</li>
</ul>
</ul>