-1

I made an HTML signature but I can't manage to display it correctly on Outlook. Do you know why ?

Here's the signature : https://stefandigital.com/gettindigit/s/

Thank you guys for your help !

Stefan Dacey
  • 165
  • 12

1 Answers1

1

Outlook does not work with background images the way you are trying to impliment them. Read this article for more information:

https://litmus.com/community/learning/25-understanding-background-images-in-email

In addition, you're using css that Outlook does not understand. Check out this page for which css it does support:

https://www.campaignmonitor.com/css/

Furthermore, you're using div. Outlook has issues with div. My suggestion is to use table instead, but that's another issue.

For more information about the issue with div, visit this page:

Div styles not working in Outlook Emails

Community
  • 1
  • 1
gwally
  • 3,349
  • 2
  • 14
  • 28