PNN n/a   IE 4   DOM 1

The P object reflects the P element.

 
HTML Equivalent
<P>
 
Object Model Reference
IE [window.]document.all.elementID
alignNN n/a   IE 4   DOM 1
 Read/Write
 

Determines how the paragraph text is justified within the available width of the next outermost container (usually the document BODY).

 
Example
document.all.myP.align = "center"
 
Value
Any of the three horizontal alignment constants: center | left | right.
 
Default left