I'm trying to insert some basic HTML into a text label and from the docs, "<div align=center>" should work, but it displays the text <div align=center>. Meanwhile <b></b>, <i></i>, etc. seems to work well. Also, TextLabel1.alignment = 3 has the result I want. Am I missing something? Jason