baderr
21 May 07, 16:46
I have added sidebar code to the CA_Evo theme and it is working out pretty well. I'd like to see the borders continue to the bottom in vBulletin but I'm not sure that is possible. The outside of the right side bar doesn't have a border and I'd like to get one on here. I tried adding a border=1 but that didn't work right. The code is added right before the spacer is:
<!-- content table -->
<table width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top">
$spacer_open
and the code right after spacer close is:
</td>
<td width="160" valign="top" class="page" style="padding: $stylevar[cellpadding]px;">
mycode
</td>
</tr>
</table>
<!-- /content area table -->
you can see the examples here:
vBulletin Forum (http://www.risingfalls.com/vbulletinissues.html)
PhotoPost Gallery (http://www.risingfalls.com/vbulletinissues1.html)
<!-- content table -->
<table width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top">
$spacer_open
and the code right after spacer close is:
</td>
<td width="160" valign="top" class="page" style="padding: $stylevar[cellpadding]px;">
mycode
</td>
</tr>
</table>
<!-- /content area table -->
you can see the examples here:
vBulletin Forum (http://www.risingfalls.com/vbulletinissues.html)
PhotoPost Gallery (http://www.risingfalls.com/vbulletinissues1.html)