PDA

View Full Version : Column alignment


elfinp
15-Jan-2004, 02:31 PM
This is driving me nuts! I have two columns on my shop home page with the two different main sections of my shop as links. The columns seem to be set to align middle - so if one column has more text than the other then on of the culumns doesn't start at the same horizontal level as the other. How to I set it so both columns are aligned top? (web address not given as I'm struggling with this problem in offline mode only)

Thankyou!
Steph

Darren
15-Jan-2004, 03:13 PM
Hi there.

To align the section links to the top, please try this.

Go to Design | Text, click goto. Enter -1 as the Phase, 1189 as the ID and leave the database as Catalog. You should find a line that reads:

<TD WIDTH="%d%%">

Change it to read:

<TD WIDTH="%d%%" valign="top">

Hope this helps.

elfinp
15-Jan-2004, 03:17 PM
All fixed now :D
Thankyou!