Announcement

Collapse
No announcement yet.

columns

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    columns

    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
    Attached Files

    #2
    you need to edit act-sectionline.html and fix the width of the table cell

    Comment


      #3
      sadly what you suggested did nothing

      Comment


        #4
        Are you sutre you have edite the sectiontemplate which controls your sections,

        please post the code

        Comment


          #5
          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 -->

          Comment


            #6
            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.

            Comment

            Working...
            X