![]() |
Different number of columns on one page
Hi all I have been searching for ages but can't find what I'm after
I want to be able to show a different number of columns on my front page for example under the nav bar I would like 2 columns taking up 50% of the page each below that I would like 4 columns taking up 35%, 35% 15% 15% then three columns taking up 50% 25% 25% [/////////] [/////////] < Row 1 [////] [////] [//] [//] < Row 2 [/////////] [///] [///] < Row 3 [/////////] [///] [///] [/////////] [///] [///] Hope that makes sense |
i would like this aswell =)
|
found out how to do it
you need to add to adv_portal but first vba cmps ---->settings----->Main Options Add to list locations example topleft topcenter topright I then added a table above the main table (below $navbar) <table cellspacing="0" cellpadding="0" width="100%"> <tr> <if condition="$show['topleft_column']"> <td> $home[topleftblocks]</td> </if> <if condition="$show['topcenter_column']"> <td>$home[topcenterblocks]</td> </if> <if condition="$show['topright_column']"> <td>$home[toprightblocks]</td> </if> </tr> </table> This added 3 columns completely seperate to the others see my site http://miaclan.co.uk |
All times are GMT. The time now is 01:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|