Raw
03-04-2007, 09:48 AM
I noticed a small issue and thought others might be experiencing the same and so here is the solution if you have found your VBA homepage bunches up too close to your VB header.
Using the bellow method only corrected the VBA homepage, but left my VB header (forums.php) with an irksome space under it.
<if condition="VBA_PORTAL">
<br />
</if>
Put this in your header and it will solve the issue.
<if condition="in_array(THIS_SCRIPT, array(adv_index))">
<br />
</if>
Using the bellow method only corrected the VBA homepage, but left my VB header (forums.php) with an irksome space under it.
<if condition="VBA_PORTAL">
<br />
</if>
Put this in your header and it will solve the issue.
<if condition="in_array(THIS_SCRIPT, array(adv_index))">
<br />
</if>