This class implements a control displaying simple HTML text, as known as rich text.
Use HTML entities such as < and > to display characters like '<' and '>'.
At the moment, it seems that:
<div align="center"> won't work,
but <div align=center> will work.