Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add a name ancher in spry menu dreamweaver cs4

Status
Not open for further replies.

hany3

Programmer
May 16, 2012
1
0
0
US
Hi,
I am using spry menu in DW and I have a page called products which has a menu with some items. The question is how can I access to item menus using this link:
".../products.html#USNP"
Now I can access to a specific menu item of this page using the following link ".../products.html#tab=3" but i like to have the name of the menu items instead of the item number.

I would be appreciated if anyone can help me .
Thanks
 
just change the tab=3 name in the page to USNP.

Code:
<a name="USNP">content here</a>

<a href=".../products.html#USNP">visit the USNP section</a>[/code]


there you go

Darryn Cooke
| Marketing and Creative Services
 
just change the tab=3 name in the page to USNP.

Code:
<a name="USNP">content here</a>

<a href=".../products.html#USNP">visit the USNP section</a>


there you go

Darryn Cooke
| Marketing and Creative Services
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top