Hi,
Since changing some sections to use two columns, the layout of the sections using just one column using the template 'standard - with image on the left of text' have changed. The text and images are all centered rather than being aligned to the left in a line. Here is a link to a page with the problem
http://www.fabautoparts.co.uk/acatal...2_-_1994_.html
Can anyone tell me which bit of the template I need to change? Below is a copy of the code for this section;
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="1" CELLPADDING="20" WIDTH="400">
<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="actxxsmall">NETQUOTEVAR:SECTIONTEXT</span>
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
Any help much appreciated!
Many Thanks
Rebecca
Since changing some sections to use two columns, the layout of the sections using just one column using the template 'standard - with image on the left of text' have changed. The text and images are all centered rather than being aligned to the left in a line. Here is a link to a page with the problem
http://www.fabautoparts.co.uk/acatal...2_-_1994_.html
Can anyone tell me which bit of the template I need to change? Below is a copy of the code for this section;
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="1" CELLPADDING="20" WIDTH="400">
<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="actxxsmall">NETQUOTEVAR:SECTIONTEXT</span>
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
Any help much appreciated!
Many Thanks
Rebecca
Comment