wh.brz.
Newbie
Posts: 1
Registered: 9/19/2008
Location: Trenton, N.J.
Member Is Offline
|
| posted on 9/19/2008 at 03:53 PM |
|
|
Caption only (null links) menu items?
I want to have a caption only menu item that opens a submenu with several links. A thread from several years ago mentions inserting 'null' as the
link, but that results in an "http://www.a.com/null" link that would result in a "404 not found" if clicked. I've also tried leaving it blank but
that results in a link that points back to the homepage.
Any suggestions?
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/22/2008 at 08:47 PM |
|
|
you can use 0, false, '' or null (no quotes anywhere except for blank string).
the menu will not run the default handler if any of those specified as the link.
|
|
|