Hi I have been encountering this every time to try to put images together in tables and it is really frustrating. Appreciate if anyone can help.
This is the code of my table:
<table cellpadding="0" border="0" rules="none" frame="void" style="border-collapse: collapse" width="517">
<tr>
<td rowspan="3" align="right" valign="top" cellpadding="0" cellspacing="0" width="129"><img src="images/z-left.gif"></td>
<td align="left" valign="top" cellpadding="0" cellspacing="0" width="360"><img src="images/z-top.gif"></td>
<td align="left" valign="top" rowspan="3" cellpadding="0" cellspacing="0" width="28"><img src="images/z-right.gif"></td>
</tr>
<tr>
<td width="41%" height="245" bgcolor="#000000"><center><embed type="application/x-mplayer2" pluginspage ="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.sattube.com/asxgeneratorportal.asx" stretchtofit=true name="MediaPlayer1" showcontrols="1" showstatusbar="1" autostart=true id="video" width="300" height="240"></embed></center></td>
</tr>
<tr>
<td height="19"><div align="center"><img src="images/z-bottom.gif" width="360" height="130"></div></td>
</tr>
</table>
There is a gap between the columns which I can not ged rid of no matter what I did. Please help guys. Thanks 
|