I have an HTML Text box that is pulling from a SharePoint list. I am trying to fix the font and align it center. I figured out the font size but I am having trouble trying to figure out how to get it aligned center.
This is my code:
"<p><font size=40px>" & Last(FirstN('Audit Questions',1)).Questions & "</p>"
"<center><p><font size=40px>" & Last(FirstN('Audit Questions',1)).Questions & "</p></center>"
Try this
"<p style='text-align:center'><font size=40px >" & Last(FirstN('Audit Questions',1)).Questions & "</p>"
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,079
Most Valuable Professional