Hi,
I have found with FrontPage by default the page margins are set to 0. You will have to manually change them.
Replace in each of your pages:
From: <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
To: <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0">
hth
|