Hello,
I got one of those cases that things look great in FIREFOX but not IE7…
Im using dreamweaver, I dragged and dropped a swf file into a <td> in a table, now at the bottom of the screen you will see white space.
How do I get rid of that, I tried the following…
cellpadding margins at 0, border collaps, I tried putting my tags together like so
<td></td> so there is now return from the enter key leaving a space between them.
Does any one have any ideas, here is the link
[COLOR=#003366]http://www.dccomputers.ca/dc2/[/COLOR]
thanks…
chaps - just found this post can’t believe more people haven’t had this problem! I’m getting exactly the same thing but as far as I can see I haven’t got any flawed HTML / table issues. Could anyone confirm this or (even better!) let me know where I;m going wrong?
This code works great in firefox but has the bottom border in IE. Any ideas?
Cheers everyone!
<body marginwidth=“0” marginheight=“0” leftmargin=“0” topmargin=“0”>
<table border=“0” cellpadding=“0” cellspacing=“0”>
<tr bgcolor="#33FF33"><td>
<object width=“320” height=“400” >
<param name=“movie” value=“video-filename.swf”>
<param name=“quality” value=“high”>
<param name=“play” value=“true”>
<param name=“LOOP” value=“false”>
<embed src=“img/banner.swf” width=“320” height=“400” play=“true” loop=“false” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer"
type=“application/x-shockwave-flash”>
</embed>
</object>
</td></tr>
<tr bgcolor=”#006633"><td>Next Row</td></tr>
</table>
</body>