Page 1 of 1

How to modify the top Menu adding permanent link

Posted: Tue Jul 28, 2009 2:43 pm
by freedom1029
Hi there,
I am no expert with AC 7 so if I could get some help on how to modify an existing menu I would greatly appreciate. I have been asked to add a permanent hyperlink at the end of the existing menu, on the extreme right of the contact us link. This link would link to a page on a different web site.

Thanks in advance.

Re: How to modify the top Menu adding permanent link

Posted: Wed Jul 29, 2009 2:17 am
by mazhar
Edit your Standarad Header scriptlet and locate following line in it

Code: Select all

<a href="~/ContactUs.aspx" class="tab">Contact Us</a>
and replace it with

Code: Select all

<a href="~/ContactUs.aspx" class="tab">Contact Us</a>
<a href="http://yourdomainname.xyzd" class="tab">External Website</a>
Now put real website address in place of http://yourdomainname.xyzd and website name in place of External Website