How do you create links with a NULL or # in Drupal?
- by blunders
Trying to create folders for links where the parent has no content, it's just a folder. Need to be able to insert #, but Drupal is saying it's not a link. Just want the user to click it and nothing happen, the child of that menu item will already be being displayed without a click.
Version: Drupal 6 (appears worked in D5)
I've attempted the following: '', #, <#>, empty, <empty>, null, <null>, blank, <blank>, <none>, none, <answer> ...just kidding.
ERROR: The path '<insert_non-url>' is either invalid or you do not have access to it.
Question, just ask -- thanks!