Hello. Some of the buttons on my nav don't require a drop down so could you tell me how i can alter the the milonic code so that some buttons are just straight hrefs. I have tried various ways but as of yet no joy!
Thanks for your advice. In the end i opted for the longer, but only fullproof way I could think of doing it ie removing the btns which didn't require dropdowns from the menu altogether and placing them straight into the page using basic <a href="blah/blah.shtml">
Just for your info. Two lines of code. First line says to "show a menu".
Second line just executes the "URL"
Third line says to just execute the "htm" file in root directory.
Hope this may help.
aI("text=Drop Down Stuff Menu;showmenu=dropdown menu;status=Drop Menu;");
aI("text=Go to Other Site;url=http://www.newsite.org;target=_blank;status=The Other site;");