Badly bored of borders in Pop-Ups

You can not adjust the html body tag through Flash.

You need to go into your html file directly.

There will be a tag in there that says < body > (remove spaces, this board would have converted it if I typed it out).

Adjust the tag to look like the one I gave you above.

The body tag is found towards the beginning of a document.


<HTML>
<HEAD>
<TITLE>page title</TITLE>
</HEAD>

<BODY>




</BODY>
</HTML>

That is the basic structure of an HTML page, this should help you find the body tag.

You really should know this stuff if you are going to build website though :-\