Great modification for VBulletin!
One question, how can I add more than one block (with block title) to this column? I have the first one set up how I like but would like to have 1 or 2 more below it. Thanks!
Update (example from my left column):
Quote:
Quote:
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
<tr>
<td class="tcat"><span class="smallfont"><b>» Block #1</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="BLOCK#1 BG COLOR HERE">
<!-- Block #1 Begin custom code -->
<!-- Block #1 End custom code -->
</td>
</tr>
<tr>
<td class="tcat"><span class="smallfont"><b>» BLOCK#2</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#BLOCK#2 BG COLOR HERE">
<!-- Block #2 Begin custom code -->
<!-- Block #2 End custom code -->
</td>
</tr>
</table>
<br />
|
|