|
To indent the first line of each paragraph set a style rule using text-indent. For example, the following code indents the first line of each paragraph 30 points. Copy this code into the <HEAD>
<STYLE TYPE="text/css">
<!--
P {text-indent: 30pt;}
-->
</STYLE>
This code indents the first line of each <P ...>P<H1 ...><P ...>
So, for example, the following code does not have a
<P ...>
<H1>My Story</H1> This paragraph is not indented.
which gives us
This code does have a
<P ...>
<H1>My Story</H1> <P> This paragraph is indented.
This paragraph is indented.
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.