I have a vertical drop down menu. One of the menu items has four drop down items. I would like the menu bar item not to link to anything so the user must select one of the drop down categories that appear when he hovers over it. Is this possible?
Yes. Just remove the links URL from the menu item you don’t want to link to anything:
[code:1ypvgqgz]
<li><a href="">Dropdown</a>
<ul>
<li><a href="http://yahoo.com/">Yahoo!</a></li>
<li><a href="http://google.com/">Google</a></li>
</ul>
</li>
I should have said that I am using WordPress so to make a menu item, I must create a page. Is there a way in Multilevel itself to keep a particular page/menu item from linking to anything?
For WordPress pages you would need to use another plugin which can modify the wp_list_pages() function which is used by the Multi-level navigation plugin to display the pages.