I have a flash file that I want aligned right at the top of the page, how do I remove the page border?

I have a flash file that I want aligned right at the top of the page, how do I remove the page border?
Replace the body tag with
Or if you have a css style sheet, add this to it-HTML Code:<body style="border-top: 0px;">
Code:body { border-top: 0px; }
Lets set the stage on fire, and hollywood will be jealous.
When you say right at the top of the page do you mean at the very top:
or on the right hand side:Code:body { margin: 0px; }
Code:#idofdivcontainingflashfile { margin-left: auto; }
Want to hide these adverts? Register an account for free!