Page Margins

  • Thread starter Thread starter Sitara Lal
  • Start date Start date
S

Sitara Lal

Using FP2002, I believe Page Margins are to be set by rightclicking on a
page and then selecting Page Margins and adjusting the settings under the
Margin tab.

My problem is that I cannot see any Margins tab under the Page Properties
section! All I see are General / Background / Custom / Language / Workgroup,
but there are no Margins in sight anywhere!

What could be the problem?
 
Under Tools | Page Options | Compatibility tab, set browsers to IE only or Custom.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Make sure you have the 'compatibility' option set to Internet Explorer only

"topmargin" and "leftmargin" are IE settings. The equivalent in Netscape are
"marginheight" and "marginwidth" (which you need to put in manually in code view
in the <body> tag.
 
Back
Top