Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

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


View products that this article applies to.

This article was previously published under Q208846

For a Microsoft FrontPage 98 version of this article, see 194268 (http://support.microsoft.com/kb/194268/EN-US/ ) .
For a Microsoft FrontPage 97 version of this article, see 180349 (http://support.microsoft.com/kb/180349/EN-US/ ) .

↑ Back to the top


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.

↑ Back to the top


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.

↑ Back to the top


Keywords: KB208846, kbinfo

↑ Back to the top

Article Info
Article ID : 208846
Revision : 1
Created on : 10/1/2001
Published on : 10/1/2001
Exists online : False
Views : 295