Attribute for <P ...>
ALIGN = LEFT | CENTER | RIGHT | JUSTIFY

Usage Recommendation
Moving to Styles
This effect is done better with styles. See Text Alignment

ALIGN indicates the alignment of the paragraph.

<P ALIGN=LEFT>
This is aligned left.  This is the default.
</P>
<P ALIGN=CENTER>
This is aligned center.
</P>
<P ALIGN=RIGHT>
This is aligned right.
</P>

produces

This is aligned left. This is the default.

This is aligned center.

This is aligned right.





About the Author
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.