Closed (duplicate)
Project:
Drupal core
Version:
5.2
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2007 at 08:03 UTC
Updated:
12 Oct 2007 at 08:33 UTC
I've tried to add a link to a local anchor as a menu item to the menu system. I would like to add a "Skip Navigation" link to my site for accessibility purposes. I've added the local anchor in the template system as
<a id="skipnav" name="skipnav"></a>
I've tried to add a menu item with the target '#skipnav' but alas, this results in a link to HOSTNAME/%23skipnav. Is it possible to add in-page links to the menu system?
-- telcontar
Comments
Comment #1
telcontar commentedI should've searched before opening a support request...
See also http://drupal.org/node/123103 and a dozen forum posts.