I would like the text link buttons in my sites navigation to appear consistantly on every page. At the moment there are two sections, the buttons that appear in Act_Primary and the ones that appear in Act_BrochurePrimary. I would like a combination of the two so that View Basket and Checkout appear on the Home Page.
I tried copying and pasting the code for each button from P_index to P_SiteRoot_index i.e.
<!-- NavigationItem HTML begin -->
<!-- This file is used to build the navigation item markup. -->
<Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Out of the Blue\Act_NavigationItem.html"/>
<A HREF="../../../Act_PreviewWarningPage.html?ACTION=Start" TARGET="_self" onMouseOver="SwapImage('nav_order','../order2.gif')" onMouseOut="RestoreImage()"><span class="actxxsmall"><b>Checkout</b></span></A>
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic v7\Sites\Out of the Blue\Act_NavigationItem.html"/>
This did not work. I then copied the NETQUOTEVAR:FOOTERGUIDE from Act_Primary to Act_BrochurePrimary replacing NETQUOTEVAR:HEADERGUIDE. This meant I lost the additional pages I had added with individual HTML elements commented out inside the Fragments.
Is there a way I can achieve both elements of the navigation text links consistantly so that they don't jump around?
I tried copying and pasting the code for each button from P_index to P_SiteRoot_index i.e.
<!-- NavigationItem HTML begin -->
<!-- This file is used to build the navigation item markup. -->
<Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Out of the Blue\Act_NavigationItem.html"/>
<A HREF="../../../Act_PreviewWarningPage.html?ACTION=Start" TARGET="_self" onMouseOver="SwapImage('nav_order','../order2.gif')" onMouseOut="RestoreImage()"><span class="actxxsmall"><b>Checkout</b></span></A>
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic v7\Sites\Out of the Blue\Act_NavigationItem.html"/>
This did not work. I then copied the NETQUOTEVAR:FOOTERGUIDE from Act_Primary to Act_BrochurePrimary replacing NETQUOTEVAR:HEADERGUIDE. This meant I lost the additional pages I had added with individual HTML elements commented out inside the Fragments.
Is there a way I can achieve both elements of the navigation text links consistantly so that they don't jump around?
Comment