The HTML Appearance Page Properties category lets you
specify several basic page layout options for your web pages:
- Background Image and Background
-
Specify a background image and background color for the page.
- Text and Links
-
Define default colors for text, links, visited links, and
active links. You can also control these colors using CSS style
sheets.
- Left Margin and Top Margin
-
Specify the sizes of page margins in the body tag, for Microsoft
Internet Explorer only. Netscape Navigator ignores these values, using
Margin Width and Margin Height instead. For best cross-browser results, provide
margin values for both browsers instead of just one browser; fill
in all four margin values instead of just two. To ensure that no
margins appear in either browser, set all four values to 0. Dreamweaver doesn’t
display page margins in the Document window; to see the margins,
use Preview In Browser.
- Margin Width and Margin Height
-
Specify the sizes of page margins in the body tag, for Netscape
Navigator only. Internet Explorer ignores these values, using Left
Margin and Top Margin instead. For best cross-browser results, provide margin
values for both browsers instead of just one browser; fill in all
four margin values instead of just two. To ensure no margins in
both browsers, set all four values to 0. Dreamweaver doesn’t
display page margins in the Document window; use Preview In Browser
to see the margins.