|
| Re: how to add a new tab in the main navigation |
 |
Sat, 16 Sep 2006 18:12:40 +000 |
Robert.Nash:
look at the Site.Urls file in the root of the web I'm sure you can work it out
from there.
Rob
I've added a new tab to my navigation tabs; however, when I click that tab it
does go to the page I tell it to (which itself has the navigation tabs, etc),
but the "Home" tab is bolded as if I had choosen it. How do I get the
tab name of the page I'm on to be bolded for a custom page?
|
| Post Reply
|
| Re: how to add a new tab in the main navigation |
 |
Sat, 16 Sep 2006 21:03:59 +000 |
Add the following line at top of your page above all of the content sections.
<CS:SelectedNavigation Selected = "TABNAME"
runat="Server" id="Selectednavigation1" />
|
| Post Reply
|
| Re: how to add a new tab in the main navigation |
 |
Sun, 17 Sep 2006 00:04:05 +000 |
Excellent...this worked after I figured out I was using the a page that was
using HomeMaster as the master theme. Once I changed this to Master.ascx in the
theme it worked just fine.
Thanks.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|