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>"