How to add a Tab?

Sagar

Active member
I have created a page for which I would like to add a Tab. How do I do it?
I checked the tutorials but could not understand anything, would appreciate any help.

Thanks
 
Go to your navigation template.

Search for this bit:

Code:
<!-- extra tabs -->

And add the following above:

Code:
<li class="navTab PageName PopupClosed"><a href="pages/name/" class="navLink">PageName</a></li>

You can add as many as you like. ;)
 
Thank you. I did that and it has added the tab beautifully. Now problem I am facing is even when the page is displayed Tab selected (lightish blue color high light) remains on "Forum"
Any idea how to correct so when we click on page that page tab is shown as selected?
 
Top Bottom