Forum Moderators: open
Thanks!
The browser automatically adds a margin to every web page.
To not show that margin, you need to include a style for the body: style="margin:0 "
Sometimes this doesn't work, so I will put in the style for all for margins:
style="margin-top:0;margin-left:0;margin-right:0"