Hi Guys,
Thanks for your help. I didn't realise you could specify the actual html in the menu string.
I'm currently using "<li>[a][menu_title]</a></li>"
How would I set the styling for the "current" class on the li?
For example in the original script, we have:
<li><a href="
http://www.dynamicdrive.com/new.htm" title="New">New</a></li>
<li class="current"><a href="
http://www.dynamicdrive.com/revised.htm" title="Revised">Revised</a></li>
With the "current" class displaying a different style.
How would I impliment this into the menu?
Thanks again!