Quote:
Originally Posted by peterska2
Stick an extra <br /> or two between the blocks to break them up a bit more.
and np 
|
Yeah, I actually tried that but it just shifts the first block down for some reason :cry:
Code:
<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>
<br />
<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 />