Links have gray background appear when email sent to .sfr inboxes

This article explains how to resolve the gray backgrounds appearing under links when using the new Email Designer. It seems to be occurring due to the SFR webmail adding some css styles to the email, which need to be changed.

Description description

Environment

Adobe Campaign Standard

Issue

When building an email using the new Email Designer, and sending it to an SFR inbox, the links in the email appear with a gray background under them.

Resolution resolution

Cause

The SFR webmail seems to be adding some css styles to the email which cause the issue.

Solution

To fix this, try adding the following css style in the code of the email:

<style type="text/css"> th a, th a:link, th a:visited {
    background: none !important;}</style>
recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f