HTML TextFields using html tags during creation

OK, so I have an html formatted textfield, if i was loading external text in from a file I could put stuff like “<ul><li><b>bullet1</b></li><li>bullet 2</li></ul>” in the external file and it would render. However when you set the contents of a textfield during creation you can set things like font size, bold etc but you can’t choose bullets?!? or am I totally missing something here? I can input bullets using ‘Alt-0149’ like this --> • but then it doesnt do the indenting for you like the <li> tag would…