Skip to content

Instantly share code, notes, and snippets.

@townivan
Created September 30, 2014 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save townivan/952b0385b59c559846ff to your computer and use it in GitHub Desktop.
Save townivan/952b0385b59c559846ff to your computer and use it in GitHub Desktop.
img padding not working in Outlook 2007
issue: padding and margin on the img tag don't work in Outlook 2007
use the old hspace="8" on the image (which will add the spacing that you want on outlook) then add margin-left="0px" to trim off the extra on the side that you don't want. Unfortunately this will still have the extra spacing on the side that you don't want for Outlook 2007 but the other email clients will be ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment