HTML format in Dynamic Text Field

Could anyone shoot me a way to center the text using HTML
i usually do an align=“center” in HTML, but flash doesnt seem to like that (i just get a blank screen when i try to load it with that in the HTML.
Also, if i use the “center” button in flash, it automatically centers all the thing i load into that field (which is no good).
Thanks :slight_smile:

I have no clue why it doesn’t work but be sure to click “render text as HTML” for the text block.

Make sure that you have loaded the text file correctly before you try centering it. This method works for me

[AS]<p align=“center”>This is a test…</p>[/AS]

the <p align words but <div align does not… hmmm
Thanks a bunch! :slight_smile:

DIV is not a supported tag.

The HTML allowed in Flash is the equivelent of HTML 1.0. Which is basically the common text formatting tags and that is it.