For Preventing Retail Customers from Entering Certain the advanced user guide gives the following code :-
<Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="<A
HREF=NETQUOTEVAR:SECTIONLINK>NETQUOTEVAR:SECTIONNAME</
A>"/>
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
NETQUOTEVAR:NEXT
I am using v.7.0.1 business with business theme. My other sections are "standard - with image on left of text" [Act_SectionLine.html] the code for which is as follows
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE"> <A HREF="NETQUOTEVAR:SECTIONLINK"><B><font face="arial">NETQUOTEVAR:SECTIONNAME</font></B></A>
<br>
<font face="arial" size="-1">NETQUOTEVAR:SECTIONTEXT</font> </TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
I would be most grateful if anyone could spare the time to show me how to modify the template so that the hidden section is in the same format as my other sections. I seem to have tried every variation but can't get it to format correctly.
many thanks
<Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="<A
HREF=NETQUOTEVAR:SECTIONLINK>NETQUOTEVAR:SECTIONNAME</
A>"/>
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
NETQUOTEVAR:NEXT
I am using v.7.0.1 business with business theme. My other sections are "standard - with image on left of text" [Act_SectionLine.html] the code for which is as follows
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE"> <A HREF="NETQUOTEVAR:SECTIONLINK"><B><font face="arial">NETQUOTEVAR:SECTIONNAME</font></B></A>
<br>
<font face="arial" size="-1">NETQUOTEVAR:SECTIONTEXT</font> </TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
I would be most grateful if anyone could spare the time to show me how to modify the template so that the hidden section is in the same format as my other sections. I seem to have tried every variation but can't get it to format correctly.
many thanks
Comment