Add link to the navbar

simsnet

New member
Hello All,

I have created a page in my testzone and want to add a link to that page from the Navbar. Next to Home, forums, members etc..

What is the best and easiest way of doing this?
 
Ok, I managed to do it by adding an extra line in the navigation template:

<!-- Customlink -->
<li class="navTab home PopupClosed"><a href="http://mydomain.com" class="navLink">Link Text to Display</a></li>

The link appears in the navigation bar just fine. When i click on the link the page is displayed but the forum tab remains highlighted.

How can i change this to reflect the custom link being highlighted when visiting that page?
 
Top Bottom