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.
Solved! Go to Solution.
I think 123 does mostly basic html. Have your tried <center> ?
I think 123 does mostly basic html. Have your tried <center> ?
No, because <center> is HTML4, and supposedly not supported in modern html. @IsmaelChivite tricks of the trade blog post from 2021 shows the updated html format. It's worth a try though.
Well shiver me timbers, it does work. Thanks @DougBrowning !