PDA

View Full Version : Top row


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.

dismas
11-03-2008, 08:50 AM
I answered the exact same question here (http://www.vbadvanced.com/forum/showthread.php?t=26136). Take a look and see if that solves things for ya

Our Sponsors
 

ericpsf
11-03-2008, 07:43 PM
I answered the exact same question here (http://www.vbadvanced.com/forum/showthread.php?t=26136). Take a look and see if that solves things for ya

Hi dismal,

Thank you for the reply! That is what I needed.:)

Cheers!