I have a dynamic text box, which is fed text from an external text file. The “render as HTML” button is turned on. On the external text file, what is the HTML tag for centering text? I tried CENTER, but it failed.
try using <div align=“center”></div>
The following HTML tags are supported in text fields: <A>, <B>, <FONT COLOR>, <FONT FACE>, <FONT SIZE>, <I>, <P>, and <U>.
The following HTML attributes are supported in text fields: LEFTMARGIN, RIGHTMARGIN, ALIGN, INDENT, and LEADING.
ah, i thought <div> was supported too, my bad