What is the exact process to format text within an HTML email and specifying a font family and font size?
I have tried creating an additional Text Expander called and changed it to HTML format and entered:
<span style="font-size: 22px; font-family: Arial, sans-serif; color: #222222;">
Also created a closing span tag called </span>
But I'm not sure how to wrap the insert code in my original email or where to close the span.
Here's what I have tried:
%INSERT_css%
Dear %INPUT_Contact%,
%INSERT_cssc%
CSS/HTML Email Font and Font Size
This works for me (HTML formatting):
Code: Select all
<span style="font-size: 22px; font-family: Arial, sans-serif; color: #222222;">Dear %INPUT_Contact%,</span>