Can anyone tell me where I can adjust the layout of the following:
http://www.gearshift.co.uk/acatalog/Accessories.html
I need the section titles to be immediately to the right of the image, the first letters all lining up (as you can see they are a bit messy at the moment.
I have three columns set up, and this is my Act_SectionLine template :
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10" WIDTH=180
align="left">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<A
HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
<TD VALIGN="LEFT">
<div align="left"><A
HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
<br>
<span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span> </div>
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
What do I need to alter?
Thanks in advance
Steve Robertson
http://www.gearshift.co.uk/acatalog/Accessories.html
I need the section titles to be immediately to the right of the image, the first letters all lining up (as you can see they are a bit messy at the moment.
I have three columns set up, and this is my Act_SectionLine template :
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10" WIDTH=180
align="left">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<A
HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
<TD VALIGN="LEFT">
<div align="left"><A
HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
<br>
<span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span> </div>
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
What do I need to alter?
Thanks in advance
Steve Robertson
Comment