In Design Options| Navigation is the Catalog button called
Sections1.gif & Sections2.gif. I have changed these to products.gif
& products1.gif.
I would like these to point to an existing products catalog outside the
acatalog directory. I have read in this forum that a template change
would be required, but I have no idea where to make this change.
Is there a NETQUOTEVAR for the sections button?
I have found two templates called SCTemplate.html & ODTemplate.html.
Does anyone know what they are and how they're created. In these templates is the code I think I would need to change to link to my products page. I have made these changes, but they get overwritten by Actinic.
Here is the code from these files:
<Actinic:TEMPLATE type="begin" filename="e:\Actinic v7\Sites\Site1\Act_NavigationItem.html"/>
<A HREF="product.htm" TARGET="_self" onMouseOver="SwapImage('nav_sections','products1.gif')" onMouseOut="RestoreImage()"><Actinic:TEMPLATE type="begin" filename="e:\Actinic v7\Sites\Site1\Act_NavigationImage.html"/>
<!-- NavigationImage HTML begin -->
<IMG SRC="products.gif"
ALT="Catalog"
BORDER=0
HEIGHT=25
WIDTH=145
name=nav_sections>
<!-- NavigationImage HTML end -->
<Actinic:TEMPLATE type="end" filename="e:\Actinic v7\Sites\Site1\Act_NavigationImage.html"/></A>
<Actinic:TEMPLATE type="end" filename="e:\Actinic v7\Sites\Site1\Act_NavigationItem.html"/>
Any help would be appreciated. Thanks
Al
Sections1.gif & Sections2.gif. I have changed these to products.gif
& products1.gif.
I would like these to point to an existing products catalog outside the
acatalog directory. I have read in this forum that a template change
would be required, but I have no idea where to make this change.
Is there a NETQUOTEVAR for the sections button?
I have found two templates called SCTemplate.html & ODTemplate.html.
Does anyone know what they are and how they're created. In these templates is the code I think I would need to change to link to my products page. I have made these changes, but they get overwritten by Actinic.
Here is the code from these files:
<Actinic:TEMPLATE type="begin" filename="e:\Actinic v7\Sites\Site1\Act_NavigationItem.html"/>
<A HREF="product.htm" TARGET="_self" onMouseOver="SwapImage('nav_sections','products1.gif')" onMouseOut="RestoreImage()"><Actinic:TEMPLATE type="begin" filename="e:\Actinic v7\Sites\Site1\Act_NavigationImage.html"/>
<!-- NavigationImage HTML begin -->
<IMG SRC="products.gif"
ALT="Catalog"
BORDER=0
HEIGHT=25
WIDTH=145
name=nav_sections>
<!-- NavigationImage HTML end -->
<Actinic:TEMPLATE type="end" filename="e:\Actinic v7\Sites\Site1\Act_NavigationImage.html"/></A>
<Actinic:TEMPLATE type="end" filename="e:\Actinic v7\Sites\Site1\Act_NavigationItem.html"/>
Any help would be appreciated. Thanks
Al
Comment