Hi,
I'm sure im missing something really obvious, but am totally stuck on this one! I am trying to create a page of thumbnail section links. I have followed the instructions in the advanced users guide (several times!) but can't get it to work. I have put my products in subsections within sections, and have made sure the Act_SectionLine.html reads as the template in the guide -
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="CENTER">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK">
<B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
NETQUOTEVAR:SECTIONTEXT
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
I then checked 'Override Default Settings' in the layout tab of the section I want to use thumbs in and changed column counts to 3.
When I click on the section the links are in columns of three, but there is no thumbnail?
What am I doing wrong??
Thanks
Rebecca
I'm sure im missing something really obvious, but am totally stuck on this one! I am trying to create a page of thumbnail section links. I have followed the instructions in the advanced users guide (several times!) but can't get it to work. I have put my products in subsections within sections, and have made sure the Act_SectionLine.html reads as the template in the guide -
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="CENTER">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK">
<B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
NETQUOTEVAR:SECTIONTEXT
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
I then checked 'Override Default Settings' in the layout tab of the section I want to use thumbs in and changed column counts to 3.
When I click on the section the links are in columns of three, but there is no thumbnail?
What am I doing wrong??
Thanks
Rebecca
Comment