To align images or text in the Freeform visual use the following HTML: <div style="text-align:center">Text</div>
1 Like
Hey @Ian_McCall , as of now styling is only supported on the <div>
and <span>
tags.
The <span>
tag can be used for styling inline elements whereas the <div>
tag can be used to style blocks