# White border with swf in IE 7

**URL:** https://forum.kirupa.com/t/white-border-with-swf-in-ie-7/259528
**Category:** web dev
**Created:** [May 6, 2008, 12:42pm UTC](https://forum.kirupa.com/t/white-border-with-swf-in-ie-7/259528 "2008-05-06T12:42:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![showerx](https://avatars.discourse-cdn.com/v4/letter/s/22d042/32.png) [@showerx](https://forum.kirupa.com/u/showerx)
#### Post date: [May 6, 2008, 12:42pm UTC](https://forum.kirupa.com/t/white-border-with-swf-in-ie-7/259528/1 "2008-05-06T12:42:33Z")

</div>

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]](http://www.dccomputers.ca/dc2/)

thanks…

---

<div class="post-metadata">

### Author: ![yonson](https://avatars.discourse-cdn.com/v4/letter/y/ecae2f/32.png) [@yonson](https://forum.kirupa.com/u/yonson)
#### Post date: [May 11, 2008, 6:02pm UTC](https://forum.kirupa.com/t/white-border-with-swf-in-ie-7/259528/2 "2008-05-11T18:02:35Z")

</div>

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](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\>
