Indenting a Section of the PageTo indent more than one paragraph we'll use the same style as we set in the previous example. Put this code in the<HEAD>
<STYLE TYPE="text/css">
<!--
.indented
{
padding-left: 50pt;
padding-right: 50pt;
}
-->
</STYLE>
Then we'll use the
<DIV CLASS="indented"> Stuff In section </DIV> Which gives us an indented section like this: Household Hazardous WasteThese items can be brought to the recycling center for redistribution. This is much better than throwing them out.
|