| back to Indenting the Whole Page |
Example of Indenting the Entire Page
This is an example of indenting everything in the entire page. The right and left sides of this page are indented 100 pixels. To do this, we add this style code to the<HEAD>
<STYLE TYPE="text/css">
<!--
BODY
{
padding-left: 100px;
padding-right: 100px;
}
-->
</STYLE>
Copyright 1997-2002 Idocs Inc.
