Select to view content in your preferred language

HTML text-align:center not working in label column of Note field

173
2
Jump to solution
03-05-2025 11:04 AM
Ehei_Dogen
Frequent Contributor

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.

Tags (4)
0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

I think 123 does mostly basic html.  Have your tried <center> ?

View solution in original post

2 Replies
DougBrowning
MVP Esteemed Contributor

I think 123 does mostly basic html.  Have your tried <center> ?

Ehei_Dogen
Frequent Contributor

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 !