I am relatively new to Actinic and have a couple of problems I cannot fix...
I have edited the primary template, creating a container for the left hand menu. My layout is based upon navigation items being separated by only a <BR>.
However, the software generating the menu from your list in the Actinic store preview creates a table as per below around each link:
**************************************************
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top">
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic v7 LIVE\Sites\NAMEOFSITE\Act_SectionLineSmallText.html"/><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7 LIVE\Sites\NAMEOFSITE\Act_SectionLineSmallText.html"/>
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
<A HREF="PAGE.html" class="menu">ITEM</A>
</TD>
</TR></TABLE>
**************************************************
Anyone know how I can access the template to change it?
Thanks in advance...
I have edited the primary template, creating a container for the left hand menu. My layout is based upon navigation items being separated by only a <BR>.
However, the software generating the menu from your list in the Actinic store preview creates a table as per below around each link:
**************************************************
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top">
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic v7 LIVE\Sites\NAMEOFSITE\Act_SectionLineSmallText.html"/><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7 LIVE\Sites\NAMEOFSITE\Act_SectionLineSmallText.html"/>
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
<A HREF="PAGE.html" class="menu">ITEM</A>
</TD>
</TR></TABLE>
**************************************************
Anyone know how I can access the template to change it?
Thanks in advance...
Comment