0

First time email creator here, everything works well on my Mac browsers but once I jump into Outlook I run into a few problems.

Outlook (2007, and no doubt other versions) is adding margins around images, some are receiving top and bottom margin, some just top or bottom. I've applied the widths to the images (email size is no bigger than 600px wide) and also tried border="0: on them but no avail. Also made sure I don't have any margins set to my tables (which can take affect on nested TD's).

halfer
  • 19,824
  • 17
  • 99
  • 186
lucasjs94
  • 1
  • 1
  • Try this: http://stackoverflow.com/a/15574964/3555636 Adding did the trick in my case. Know it's old but maybe someone will get here looking for the same answer :) – a-change Mar 08 '17 at 13:31

1 Answers1

0

Outlook 2007/2010 adds 15px top/bottom and 10px left/right body padding to all html emails. You can't get rid of it.

See Rich HTML emails in Outlook 2007 and 2010… how do you remove the top margin? for more information.

Community
  • 1
  • 1
Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
  • My problem isn't caused on the body element, it can happily go add padding/mragin to the body element its on images, for example I've two images next to each other like so: ` ` But I am then getting spacing issues between these two images – lucasjs94 Feb 13 '15 at 11:04