Quote:
Originally Posted by NTLDR
It seems to work fine on my site, I'd check your vbindex_side template and make sure it has the following in it:
(Snipped Code for space)
The $vbindex['options'] <if> blocks are the important parts that adjust the width.
|
The block showed up as
HTML Code:
<!-- start side ($currentside) -->
<td width="150" style="vertical-align: top">
<if condition="$currentside == 'left'">
$home[leftblocks]
</if>
<if condition="$currentside == 'right'">
$home[rightblocks]
</if>
</td>
<!-- end side ($currentside) -->
I've edited my template with the corrections. Thanks for the help.