ericpsf
11-03-2008, 12:00 AM
Hi Brian,
I'm going to create an extra top row (for modules) on top of the present left, center, right columns.
I used in adv_portal:
<if condition="$show['top_column']">
<td valign="top">
$home[topblocks]
</td>
</if>
but the top row was aligned side-by-side along with each of the other 3 columns. Please advise whether the above code is correct?
Thank you.
I'm going to create an extra top row (for modules) on top of the present left, center, right columns.
I used in adv_portal:
<if condition="$show['top_column']">
<td valign="top">
$home[topblocks]
</td>
</if>
but the top row was aligned side-by-side along with each of the other 3 columns. Please advise whether the above code is correct?
Thank you.