FP2000: Creating Margins in FrontPage for Netscape Navigator 4.0 or Later (208846)



The information in this article applies to:

  • Microsoft FrontPage 2000

This article was previously published under Q208846

For a Microsoft FrontPage 98 version of this article, see 194268.
For a Microsoft FrontPage 97 version of this article, see 180349.

SUMMARY

This article describes how to create margins for Netscape Navigator version 4.5 or earlier.

Microsoft FrontPage generates the following HyperText Markup Language (HTML) code for the top and left margins:

<body topmargin="0" leftmargin="0">

Versions of Netscape Navigator 4.5 or earlier, do not recognize this code.

MORE INFORMATION

To create a page with top and left margins and that will be displayed correctly in Netscape Navigator 4.0 and later, follow these steps:

NOTE: This procedure does not work on pages that use shared borders.
  1. Open a page in FrontPage.
  2. Right-click the page, and then click Page Properties on the shortcut menu.
  3. In the Page Properties dialog box, click the Margins tab.
  4. Click to select the Specify Top Margin and Specify Left Margin check boxes, and set each item to your specifications.
  5. Click OK.
  6. Place the insertion point in the upper-left corner of the page.
  7. On the Insert menu, point to Advanced, and then click HTML.
  8. In the HTML Markup box, type the following code:

    <layer top="0" left="0" width="100%">

    Click OK.

Modification Type:MajorLast Reviewed:10/1/2001
Keywords:kbinfo KB208846