How can I change the text alignment or other stylings of an interaction?
Mindstamp allows HTML to be used throughout the video to create the exact experience you want.
You can use HTML in all interactions, questions, lead capture, messages, and more!
For example, if you want to add a line break into an interaction, you can use the <br> tag, like this:
You can also use HTML to style the elements, such as aligning the text, setting the font size, color, and more:
You can use HTML in all interactions, questions, lead capture, messages, and more!
For example, if you want to add a line break into an interaction, you can use the <br> tag, like this:
This is the first line
<br>
This is another line
You can also use HTML to style the elements, such as aligning the text, setting the font size, color, and more:
<div style="text-align: left"> This text aligns to the left </div>
<div style="color: red"> This text is red</div>
<div style="font-size: 1.5em"> This text is 1.5em in size</div>
Updated on: 03/01/2024
Thank you!