Email displaying incorrectly in Outlook | XM Community
Question

Email displaying incorrectly in Outlook

  • 29 January 2020
  • 2 replies
  • 49 views

Userlevel 3
Badge +11
  • QPN Level 2 ●●
  • 35 replies
Hi, I'm new to HTML, and I have the following problem: I've been given an HTML for sending Email Distributions. The email looks fine when opened in Gmail, Hotmail, cellphone, etc., but it looks bad when opened in Outlook

This is how it looks when opened in Gmail:

!

And this is how it looks in Outlook:

!


Basically, the email appears bigger, like if it was expanded horizontally, and some parts of the design (not shown in image) don't show up well. It's basically broken. Did anybody encountered similar problems with Outlook in particular? How did you deal with it?

2 replies

Userlevel 7
Badge +11
I'm not well versed in HTML either but I believe that's typical for the two different email clients. You may want to ask on an HTML forum for further help.
Userlevel 7
Badge +6
If it is being distorted, try containing the message in a single row of a table (add a table, set the width to something that make sense 500-750px, set border and spacing to 0, then copy the HTML within the <td></td> row of the source code).

This should force the formatting regardless of the email client.

Leave a Reply