Forum Moderators: not2easy
I currently have a menu that i've used CSS to format
The code is
<DIV id=nav1>
<ul>
<li>home</li>
<li>Goats for sale</li>
<li>fish for sale</li>
</ul>
</div>
and it's spitting out
Home - Goats for sale - etc..
What i want it to do is go
Home - Goats (new line)for sale - Fish(new line)for sale
So the menu is two lines thick.
is that possible using CSS or should i revert back to trusty tables?
Cheers,
hughie