Announcement

Collapse
No announcement yet.

Column alignment

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

    Column alignment

    Hi

    I have 2 columns in my sub section pages but for some reason they are not aligned - eg the first column is straight (along the left hand edge) the second column is then irregular down the left hand edge - how do I make the second column have a straight edge?

    Am a newbie so please explain simply
    Jxx

    #2
    You need to edit the section link layout template to make it a fixed width.

    To do this

    1) Go to 'Design | Options | Layouts' and click 'Edit' next to the 'Default Section Link Layout' field.

    2) Within the template, find the line:

    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">

    3) Change it to read...

    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10" WIDTH="250">

    4) Save and close the template and then preview your site again. Change the '250' to whatever looks good.

    Comment

    Working...
    X