View Full Version : columns
itsdanny
06-Nov-2003, 04:01 PM
i'm trying to organise my columns for some reason they are trying to fall off the end of my screen (see COLS.gif). how can i get the main index to left align (i've been through all of the templates and left/top aligned everything but still no joy. any ideas anyone?
thanks
dan
pinbrook
06-Nov-2003, 04:09 PM
you need to edit act-sectionline.html and fix the width of the table cell
itsdanny
06-Nov-2003, 04:29 PM
sadly what you suggested did nothing
pinbrook
06-Nov-2003, 04:37 PM
Are you sutre you have edite the sectiontemplate which controls your sections,
please post the code
itsdanny
07-Nov-2003, 08:07 AM
below is the full code from the Act_sectionline.html file:
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="50%" id="AutoNumber1" align="left">
<tr>
<td width="50%" valign="top"> <A HREF="NETQUOTEVAR:SECTIONLINK"><font size="1">NETQUOTEVAR:SECTIONIMAGE</font></A></td>
<td width="50%"> <A HREF="NETQUOTEVAR:SECTIONLINK"><B>
<font size="1" face="arial">NETQUOTEVAR:SECTIONNAME</font></B></A><font size="1">
<br>
</font>
</td>
</tr>
</table>
</div>
<p>NETQUOTEVAR:NEXT</p>
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
cdicken
10-Nov-2003, 03:46 PM
Take the 'width="50%" ' out of the <table> tag as that is just going to confuse IE.
I think the fields you need to edit are in Design | Text | Website HTML. The code in lines 9, 10, 11 and 12 build the tables that put your section links into columns.
Also make sure there are no <div align="right"> tags around NETQUOTEVAR:SECTIONLISTTOP in Act_ProductBody.html.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.