PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form field link color

  1. Jane
    Member

    How do I set the link color? For example: {Email:5}

    Posted 13 years ago on Monday August 2, 2010 | Permalink
  2. I'm assuming you mean in the notification emails. Styling HTML emails is something that is difficult because there are so many inconsistencies between mail clients. Some actually override link color rules but you can try including an style block with a declaration.

    <style type="text/css">
    a {color:#ff0000}
    </style>

    Here's some more info on styling HTML emails

    http://www.campaignmonitor.com/css/

    http://articles.sitepoint.com/article/code-html-email-newsletters

    http://thinkvitamin.com/design/html-emails-taming-the-beast/

    Posted 13 years ago on Monday August 2, 2010 | Permalink
  3. Jane
    Member

    I did that one already, but previewed on Gmail, whom I guess has had a change of plan.

    Posted 13 years ago on Monday August 2, 2010 | Permalink