Skip to content

Instantly share code, notes, and snippets.

@johnfmorton
Created January 31, 2013 14:26
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 johnfmorton/4683188 to your computer and use it in GitHub Desktop.
Save johnfmorton/4683188 to your computer and use it in GitHub Desktop.
Re: HTML email authoring and getting images in table cells to not cause gaps in Gmail. Making img display as blocks fixed that issue.
img {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment