Link to home
Start Free TrialLog in
Avatar of saritalodhi
saritalodhi

asked on

Page Margins

I am using page margins in Front Page but in this package there is a option in Page Properties you can set this but when I use this options and create an HTML page & when I open this page in Netscape this Magrings will not support in Netscape so what can I do for best results using page margins effectively?
Avatar of CJ_S
CJ_S
Flag of Netherlands image

put it in the body and / or frames themself.

topmargin=0 leftmargin=0 marginwidth=0 marginheight=0

suit yourself,
Good luck!
CJ
ASKER CERTIFIED SOLUTION
Avatar of bark10
bark10

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of grzegorzzygmunt
grzegorzzygmunt

Or use CSS and set 'margin' ('margin-top', 'margin-bottom', ...) property. It should work in IE and NS.

ex.
<body style="margin:0pt">
Avatar of saritalodhi

ASKER

Thanks For giving me answer, But can you please give me more details about this because I am new in HTML. So please give me this answer in details.
Thank you.
why did you accept his answer while he were just giving some more information?