FP97: Creating Zero Margins in FrontPage for Netscape Navigator 4
ID: q180349
|
The information in this article applies to:
-
Microsoft FrontPage 97 for Windows with Bonus Pack
SUMMARY
This article describes how to create zero margins for Netscape Navigator
version 4.0.
Microsoft FrontPage generates the following HyperText Markup Language
(HTML) code for the top and left margins:
<body topmargin="0" leftmargin="0">
Netscape Navigator 4.0 does not recognize this code.
MORE INFORMATION
To create a page with zero top and left margins and that will be displayed
correctly in Netscape Navigator follow these:
- Open a page in FrontPage Editor.
- Right-click the page, and then click Page Properties on the menu
that appears.
- In the Page Properties dialog box, click the Margins tab.
- Click to select the Specify Top Margin and Specify Left Margin check
boxes and set each item to zero.
- Click OK.
- Place the insertion point in the upper-left corner of the page.
- On the Insert menu, click HTML Markup.
- In the Insert HTML box, type the following code:
<layer top="0" left="0" width="100%">
Click OK.
Netscape Navigator is manufactured by Netscape Communications Corporation a
vendor independent of Microsoft; we make no warranty, implied or otherwise,
regarding this product's performance or reliability.
Additional query words:
fpedit html
Keywords : kbdta fpedit fphtml
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbhowto