How do I do this with DHTML menu...

User 496108 Photo


Trial User
3 posts

I want the first line of the menu code (MENU ITEM) to just be words, not a link to anything at all. I don't have any content for the page called 'website.com/artists', I just want it to be a heading, not a link. Can anyone help me construct this? Here is an example below:

Menu2=new Array("MENU ITEM","http://www.website.com/artists","",4,0,120);
Menu2_1=new Array("Person 1","http://www.website.com/artists/person1.html","",0,20,120);
Menu2_2=new Array("Person 2","http://www.website.com/artists/person2.html","",0,20,120);
Menu2_3=new Array("Person 3","http://www.website.com/artists/person3.html","",0,20,120);
Menu2_4=new Array("Person 4","http://www.website.com/artists/person4.html","",0,20,120);
User 355448 Photo


Ambassador
3,144 posts

You may want to click on profile and change your forum name to something other than your email address. That may help reduce your spam.

While using the menu builder, remove the link for that entry and it will no longer be click-able. Or you can edit the information directly:
Menu2=new Array("MENU ITEM","","",4,0,120);

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.