mrtnjmoney
Newbie
Posts: 1
Registered: 3/7/2007
Member Is Offline
|
| posted on 3/7/2007 at 09:57 PM |
|
|
Making a main link unclickable
I have the menu created, but I don't want the main menu to be clickable because I did not create separate directories for each folder.
If you go to this website.....www.tamu.edu/aggiehonor/index1.html and click on "About Us" you'll understand what I'm talking about.
Help, please?!
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/7/2007 at 10:09 PM |
|
|
Just don't assign the link to that menu item. I.e. instead of:
['About Us', 'http://www.tamu.edu/aggiehonor/About Us', 'About Us',
make it
['About Us', null, null,
Also not sure what that last 'About Us' string is about. Unless you use some modified version that is incorrect. Third parameter should be the array
with item scope settings, not the string.
|
|
|