How can I create a Tab leading just like you would in Word but using AS.All the info is being pulled from a XML file.
I have this but it does not keep the text aligned correctly.
var cnt = new_news.length;
txt.text = "";
for (var i = 0; i < cnt; i++) {
txt.htmlText += new_news*.substring(0,15) + "................................................................................................................."+ " <FONT COLOR='#999999'>$" + prices* + "</FONT>" + "<A HREF=\"asfunction:show_news," + i + "\"> <u>Read</u></A><br>";
}
Any Help would be greatly appreciated:sigh: