Skip to content

How to style the personalization tags?

edited February 2014 in Using Sendy

I would like the name tag to be displayed in the same font and size as the rest of the email text. How to do that?

Comments

  • BenBen
    edited February 2014

    You can include personalization tags inside HTML tags with inline CSS like so:

    <p style="font-family:Helvetica; font-size: 12px; color: #FF0000">Hello [Name,fallback=there]</p>

    Just imagine personalization tags as regular text.

    Best regards,
    Ben

This discussion has been closed.