Hi, now that I try and please W3's validator all my nested menus are broken. Maybe someone can lend me a hand?
I used to nest my menus like this:
ul
li/
li/
ul
li/
li/
/ul
/ul
That doesn't validate, although it's easy to format.
so now I did it in a correct (think so) way:
ul
li/
li/
li ul
li/
li/
/ul /li
/ul
w3 likes it, but the li that's nested around the inner ul always brings in a new line (or spacing or whatever) before the inner list.
How do I get the list to look "right"?
Thanks, nerd