I am using Actinic V6 for the first time, and am in need of some advisement regarding section links.
In all I have 12 sections. Which currently get listed line by line as so:-
<!-- 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>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 -->
I was wondering whether it is possible to list my sections into two columns? And how could I go about this?
In all I have 12 sections. Which currently get listed line by line as so:-
<!-- 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>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 -->
I was wondering whether it is possible to list my sections into two columns? And how could I go about this?
Comment