KKlosson,
Though i have only used a couple HTML I needed in a form, the following may help you. If you wish to use bullets you need to set the value of the HTML other than default much like this...
<li type="i">something</li>
<li type="i">something else</li>
As per the DIV you also need to set the value of the tag other than default
<div align=center>something </div>
When creating HTML be sure your syntax is correct and try to use an editor that does not "add" unnecessary items into your code. Such as notepad, Homesite or something like that. Hope that helps.....