I am working on a new template and have become stuck with control over certain elements of the left hand navigation in the product catalogue.
I have placed the "NETQUOTEVAR:TOPLEVELSECTIONSTOP" variable in the left hand column of the template to generate the section navigation and amended the "Act_SectionLineSmallText.html" to control the appearance of these links.
However, these links are being placed into tables which I would like to remove:
<TABLE width="100%"><TR><TD WIDTH="100%">
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
<Actinic:TEMPLATE type="end" filename="D:\Program Files\Actinic Ecommerce v6\Sites\Flame Free\Act_SectionLineSmallText.html"/><Actinic:TEMPLATE type="begin" filename="D:\Program Files\Actinic Ecommerce v6\Sites\Flame Free\Act_SectionLineSmallText.html"/>
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
<p><A HREF="Cabinets_and_Stands.html">Cabinets, Stands and Firepoints</A> </p>
</TD>
</TR></TABLE>
Can anyone help me with this - I have been playing with the some of the documents to try and find the one that is generating the links within this table with no luck....
Any ideas would be appreciated
Alex
I have placed the "NETQUOTEVAR:TOPLEVELSECTIONSTOP" variable in the left hand column of the template to generate the section navigation and amended the "Act_SectionLineSmallText.html" to control the appearance of these links.
However, these links are being placed into tables which I would like to remove:
<TABLE width="100%"><TR><TD WIDTH="100%">
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
<Actinic:TEMPLATE type="end" filename="D:\Program Files\Actinic Ecommerce v6\Sites\Flame Free\Act_SectionLineSmallText.html"/><Actinic:TEMPLATE type="begin" filename="D:\Program Files\Actinic Ecommerce v6\Sites\Flame Free\Act_SectionLineSmallText.html"/>
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
<p><A HREF="Cabinets_and_Stands.html">Cabinets, Stands and Firepoints</A> </p>
</TD>
</TR></TABLE>
Can anyone help me with this - I have been playing with the some of the documents to try and find the one that is generating the links within this table with no luck....
Any ideas would be appreciated
Alex
Comment