Invisible table?

i can’t figure out how to make my table invisible… i just want it to look like it’s not there! but it doesnt work…

<table width="100%" height="100%" border=no align="center" cellpadding=no cellspacing=no>
  <tr>
    <td height="*">&nbsp;</td>
  </tr>
  <tr>
    <td height="300"> 
<center>
        <img src="html/HTML.jpg" height="300" width="300"> 
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="300" height="300">
          <param name="movie" value="flash/flashenter.swf" />
          <param name="quality" value="high" />
          <embed src="flash/flashenter.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="300"></embed></object>
      </center></td>
  </tr>
  <tr>
    <td height="*">&nbsp;</td>
  </tr>
</table>

and the result is
http://www.barbdwyer.com/enter.htm

changed the no’s to 0s and it worked :slight_smile: