Underlining in dynamic text boxes

Can you underline inside a dynamic text box? If so how. It only lets me bold or italicize

inside your code, where is the data coming from?

an external text file. Do i just make a textformat object? The thing is I only want to underline a couple of phrases not the entire thing

Use[AS]myTextField.html = true;[/AS]And in your textfile use the tag <u>text goes here</u>

Ok so if i import it externally from notepad, i would just do the formatting there. <**u> <**b> etc right?