Link to an external stylesheet (usingFP's CSS editor), or embed a stylesheet
in your code (between <head> and </head>) with the following style in it
(embedded shown for cut-n-paste convenience) (assuming you want zero
margins) -
<style type="text/css">
<!--
body { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
padding-top:0; padding-right:0;padding-bottom:0; padding-left:0; }
/* some browsers use padding instead of margin */
-->
</style>