chugger93
08-17-2004, 09:08 AM
CHeck out the screenshot. I have a space at the bottom of my table when I insert a flash swf.
I have no idea why its there and cant pinpoint it. Any ideas?
This is my code so far:
<div align="center">
<table border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#4B4B4B" width="90%" height="1">
<tr>
<td width="98%" bordercolor="#235083" colspan="2" align="center">
<object width="900" height="140">
<param name="movie" value="header.swf">
<embed src="header.swf" width="900" height="140">
</embed></object>
</td>
</tr>
<tr><!--Menu Navigation-->
<td width="16%" height="598" valign="top" bgcolor="#D3E5FA" bordercolor="#235083">
<br />
<div id="menu">
Main Menu <br />
<img border="0" src="test3.gif" width="145" height="1"><br /><br />
Home <br />
Photo Gallery <br />
My Camaro <br />
My Resume <br />
Contact <br />
Links <br />
</div>
</td>
<td width="82%" height="598" bgcolor="#FFFFFF"> </td>
</tr>
</table>
I have no idea why its there and cant pinpoint it. Any ideas?
This is my code so far:
<div align="center">
<table border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#4B4B4B" width="90%" height="1">
<tr>
<td width="98%" bordercolor="#235083" colspan="2" align="center">
<object width="900" height="140">
<param name="movie" value="header.swf">
<embed src="header.swf" width="900" height="140">
</embed></object>
</td>
</tr>
<tr><!--Menu Navigation-->
<td width="16%" height="598" valign="top" bgcolor="#D3E5FA" bordercolor="#235083">
<br />
<div id="menu">
Main Menu <br />
<img border="0" src="test3.gif" width="145" height="1"><br /><br />
Home <br />
Photo Gallery <br />
My Camaro <br />
My Resume <br />
Contact <br />
Links <br />
</div>
</td>
<td width="82%" height="598" bgcolor="#FFFFFF"> </td>
</tr>
</table>