my section name from each product group doesn;t seem to be displaying. am i missing something
this is how my act_sectionline.html stands at the moment. any help will be great. am sure am missing something cause i have looked everywhere
this is how my act_sectionline.html stands at the moment. any help will be great. am sure am missing something cause i have looked everywhere
PHP Code:
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">
<img src="CUSTOMVAR:SECTIONIMAGE"alt="NETQUOTEVAR:SECTIONNAME"
onMouseOver="src='CUSTOMVAR:SECTIONIMAGE2' "
onMouseOut="src='CUSTOMVAR:SECTIONIMAGE' "
border="0"></A>
</TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
<br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
</TD> </TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
Comment