htmlText Auto formatting textfield
how could we remove auto tag adding by htmlText Property because when we apply htmlText for a textfield it automatically add <p> and <font> tag.
In my project i am saving one textfield property <p align='right'> in server but when i am assigning this value from server its changing to <p align='left'>.
So how could we remove this auto formatting by htmlText??
As in http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html link there is written also "When its htmlText property is traced, the output is the HTML-formatted String, with additional tags (such as <P> and <FONT>) automatically added by Flash Player."
i want to remove this auto adding tag. Please help me out.