Amykhar, great modification! One question, how can I add more than one block (with block title) to this column? Thanks!
Update: I was able to add a new block by opening a new <td>. See below example:
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 />
|
Hope this is of use to some people...
.