Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
If there is just 1 field that you want centered on a page like a page heading, you can do this.
var text Words = [my text field];
"<u><b><div align=\"center\">" & $Words & "</div>"
That would center and bold and underline.
var text Words = [my text field];
"<u><b><div align=\"center\">" & $Words & "</div>"
That would center and bold and underline.