all groups > flash (macromedia) > august 2004 >
You're in the

flash (macromedia)

group:

Please Help: Removing Borders . . .



Please Help: Removing Borders . . . Dr. Zayuss
8/18/2004 11:09:59 PM
flash (macromedia): Hi guys . . . new to the forum, relatively new to flash. I am designing a site
that incorporates an image that should cover the entire window in the web
browser. However, every time I do a publish preview in HTML there is a small
border around the image in the web browser. Now, I've tried all kinds of things
.. . . including scaling the image to much larger than the document background .
.. . However, everytime I publish it in HTML and view the movie in the browser,
there is a small border . . . I need this border to be gone. Please help . . .
what do I do?

Thanks,
Justin
Re: Please Help: Removing Borders . . . NSurveyor
8/18/2004 11:32:20 PM
if you open up your html file with notepad or some kinda html editor: add this
to the body tag:
leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
For instance if the body tag is:
<BODY bgcolor="#FFFFFF">, make it:
<BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
Re: Please Help: Removing Borders . . . Happy Camper
8/18/2004 11:47:14 PM
AddThis Social Bookmark Button