
Image is exactly 150x100. It was placed as a banner. Block identifies it as ...
Code
<!-- Begin Block -->
<table width="160" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->tlcorner.gif" width="5" height="15" alt=""></td>
<td width="150" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->top.gif" width="150" height="15" alt=""></td>
</td>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->trcorner.gif" width="5" height="15" alt=""></td>
</tr>
<tr>
<td width="5" height="100" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->lside.gif" width="5" height="100" alt=""></td>
<td width="150" height="100">
<div class="block-content" align="center" valign="middle"><!-- [block-content] --></div>
</td>
<td width="5" height="100" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->rside.gif" width="5" height="100" alt=""></td>
</tr>
<tr>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->blcorner.gif" width="5" height="15" alt=""></td>
<td width="150" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->bottom.gif" width="150" height="15" alt=""></td>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->brcorner.gif" width="5" height="15" alt=""></td>
</tr>
</table>
<!-- end Block -->
<table width="160" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->tlcorner.gif" width="5" height="15" alt=""></td>
<td width="150" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->top.gif" width="150" height="15" alt=""></td>
</td>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->trcorner.gif" width="5" height="15" alt=""></td>
</tr>
<tr>
<td width="5" height="100" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->lside.gif" width="5" height="100" alt=""></td>
<td width="150" height="100">
<div class="block-content" align="center" valign="middle"><!-- [block-content] --></div>
</td>
<td width="5" height="100" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->rside.gif" width="5" height="100" alt=""></td>
</tr>
<tr>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->blcorner.gif" width="5" height="15" alt=""></td>
<td width="150" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->bottom.gif" width="150" height="15" alt=""></td>
<td width="5" height="15" border="0" cellpadding="0" cellspacing="0">
<img src="<!-- [image-path] -->brcorner.gif" width="5" height="15" alt=""></td>
</tr>
</table>
<!-- end Block -->
If I instead of , paste image in normal HTML code, the block doesn't has this terrible space. How can i delete this space :?:
