i am loading text to an text field from an xml file in which i am having superscript and subscript text. i enabled the html property for my Textfield. but still the text is displaying the in the textfield is normal like i am giving u example
its an mathematical expression;
if i write like this my_txt.htmlText = “x<sup>2</sup>”;
it showing like x2 where as it has to show like x to the power of 2.
so what should i do to display the text like this … pls help me find out