My webpage looks fine until I add this:
Code:
<table align="center" border="0" cellpadding=0 cellspacing=0>
<tr>
<td align="center">Title</td>
</tr>
<tr><td align="center"><br /></td></tr>
<tr>
<td align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="400" id="tech">
<param name="movie" value="allnews.swf?xml_path=slides.xml" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<object type="application/x-shockwave-flash" data="allnews.swf?xml_path=slides.xml" width="480" height="400">
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
</object>
</object>
</td>
</tr>
</table>
Then the pretty much the rest of my page dissapears. When you look in the view source, all the code is there but why is every thing gone but my flase slide show?