Announcement

Collapse
No announcement yet.

Top align child sections

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

    Top align child sections

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

    #2
    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
    Ben Popplestone
    Ecommerce website software

    Comment


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

      Comment

      Working...
      X