PDA

View Full Version : Top align child sections


lywa
20-Jun-2003, 09:45 PM
Hi all

I can't seem to find a way to get my Child section list to valign anything except middle. I am using image and description, 2 or 3 accross the page... if different lengths of text are added then the images do not line up at the top.

I understand that actinic creates the table that contains the child sections, but there must be a way to include valign="top" into the <td>

Please see the attached screenshot.

I would appreciate if anyone knows a trick to do this.

Chhers

Tony :confused:

Ben
25-Jun-2003, 09:41 AM
Hi Tony

You can get around this in Design | Text. Click the 'Go to' button and select Phase -1, ID 1189. Change the text from:
<TD WIDTH="%d%%">
to:
<TD WIDTH="%d%%" VALIGN="TOP">

A minor problem with this is that if the last row has less colums than the above rows, they will not be horizontally aligned properly. However, it can be corrected by creating additional sections and hiding them.

Hope this helps.

Ben

lywa
25-Jun-2003, 10:48 AM
Cheers, that works well.

maybe this should be something in the advanced user guide as i am sure many people would like to to the same

tony