Wednesday, November 18, 2009

get rid of the flash border in webpages

Sometimes I had the need to make a flash page bleed the borders and here is how thanks to Judi:

before the <body> tag in the html
add the following :
<style type="text/css">
body { margin:0 }
</style>

cheers

No comments:

Post a Comment