PROPERTY: TEXT-ALIGN

TEXT-ALIGN : LEFT | RIGHT | CENTER | JUSTIFY }
 
Inherited: Yes
 
The TEXT-ALIGN property aligns a specified selection of text.
 
LEFT
 
The LEFT value is the default. The text will be aligned along its left side.
 
RIGHT
 
The RIGHT value aligns the text along its right side.
 
CENTER
 
The CENTER value aligns each line of the text in the center with an equal amount of blank (white) space on each side of the line.
 
JUSTIFY
 
The JUSTIFY value adds blank (white) space between adjacent words and characters in order to align both the right and left sides of a block of text. The LETTER-SPACING property can override justification.
 
Code:
Selector {TEXT-ALIGN:  LEFT}
Selector {TEXT-ALIGN:  RIGHT}
Selector {TEXT-ALIGN:  CENTER}
Selector {TEXT-ALIGN:  JUSTIFY}

Copyright 2000 by Infinite Software Solutions, Inc.
Trademark Information