Hi, I'm trying to make a drop down menu for a website but am having a bit of trouble. Using this html: Code: <li><a href="#">Services</a> <ul> <li><a href="stuff.html">Stuff</a></li> <li><a href="phoneno.html">Phone Numbers</a></li> <li><a href="morestuff.html">More Stuff</a> <ul> <li><a href="#">A Long Line Of Text</a></li> <li><a href="#">Stuff Stuff Stuff Stuff Stuff Stuff Stuff</a></li> </ul> </li> I get this menu: My problem is that when the text gets too long it creates a new line. I would like to have it in one single line. Is this possible and how can i do it? Thanks in advance.
Do you have an attached .css file? It's probably a variable for either the <li> or <ul> tag. Alternatively, I'm sure you could set a width value yourself.