Hi,
I got a picture separated in two. There is always a space between the top and the bottom of the picture... event if I put the border to 0! The two part of the picture are Pic_Top.gif and pic_Bottom.gif. How can I remove the space to get it look like a single picture?
thanks a lot!
<table border="0">
<tr valign="bottom">
<td valign="bottom"><img src="Pic_Top.gif" border="0" width="411" height="117"></td>
<td valign="bottom">
<table border="0" align="center">
<tr>
<td><img src="pic1.gif" border="0" width="90" height="112" align="left"></td>
<td><div align="center"><h1><font size="7">Title</font></h1></div></td>
<td><img src="pic2.gif" border="0" width="90" height="112" align="right"></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td valign="top"><img src="pic_Bottom.gif" border="0" width="411" height="253"></td>
<td valign="top">
<div style="text-align:justify;">
<font size="4">Main text here<br></font>
</div>
</td>
</tr>
</table>
I got a picture separated in two. There is always a space between the top and the bottom of the picture... event if I put the border to 0! The two part of the picture are Pic_Top.gif and pic_Bottom.gif. How can I remove the space to get it look like a single picture?
thanks a lot!
<table border="0">
<tr valign="bottom">
<td valign="bottom"><img src="Pic_Top.gif" border="0" width="411" height="117"></td>
<td valign="bottom">
<table border="0" align="center">
<tr>
<td><img src="pic1.gif" border="0" width="90" height="112" align="left"></td>
<td><div align="center"><h1><font size="7">Title</font></h1></div></td>
<td><img src="pic2.gif" border="0" width="90" height="112" align="right"></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td valign="top"><img src="pic_Bottom.gif" border="0" width="411" height="253"></td>
<td valign="top">
<div style="text-align:justify;">
<font size="4">Main text here<br></font>
</div>
</td>
</tr>
</table>