unless you want to use one of the many other menu options out there you're stuck with the <li> tags. Even if you use the others most of them use <li> as well.
You'll have to use css to make them look how you want to. setting the padding, display, list-style etc will get you whatever you want.
Tom Holmes Jr. wrote:
Along the same idea of changing the menu style ...
one of the things I wanted to do was get rid of the <li> tags? Can I do this? Or if I use the standard menu navigation, am I stuck using the <li> tags?
Thanks!