Hi all. I'm having a problem formatting the label text in a note field using html. The text-align:center style tag doesn't do anything. Other tags, like font-weight:bold, are working. My code looks like this:
<span style="text-align:center; font-weight:bold">Welcome</span>
Any ideas what's going on here, and how to fix it? Much appreciated, thanks.