TEXT ALIGNMENT IN XML thru CSS

webmasterbeta

New Member
hi,

I need to know how to align my text to align: justify.

I am using a CSS file to format the text in which I have a class

.header{
font-family: Garamond;
font-size: 16px;
font-weight: normal;
color: #333333;
text-decoration: none;
font-style: normal;
word-spacing:normal;
text-align:justify;
}


but the end result do not show the text aligned as "justify". I am calling this XML file in Flash.

Pls help theres a deadline or ill be dead.....
 
Back
Top