hello, I am traying to make a full flash browser but I have a problem, this is my fla file
and I took her html file and add to it this lines:
<style>
body {margin:0px;padding:0px}
</style>
this say to delete the “margin” and the “padding”, but, when I saved it and saw the page after adding the code, I still see that there is a margin in the right side…
why is it?