Textbox help

um… how do I make a textbox with many links in it?

Here:

myTextBox.html = true;
myTextBox.htmlText = "<a href='http://www.kirupa.com'>kirupa.com</a>";
myTextBox.htmlText += "<a href='http://www.waever.com'>whatever.com</a>";