A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi, I have another question
I need to display the parent page's title above my secondary navigation. for example I have a page "Rooms & Suites" that has sub-pages for each individual room. I want to display "Rooms & Suites" above the navigation that displays the room names. how would I do that?
Thanks!
In the layout.master file for your skin, change
<asp:SiteMapDataSource ID="PageMapDataSource" runat="server" ShowStartingNode="false" />
to
<asp:SiteMapDataSource ID="PageMapDataSource" runat="server" ShowStartingNode="true" />
HTH,Joe D.
Thanks! that'll work just fine for my purpose