Skip to content

Instantly share code, notes, and snippets.

@IgnacioGaldames
Last active January 30, 2017 15:54
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 IgnacioGaldames/4cb87af869fe6d78febf7ec367f25318 to your computer and use it in GitHub Desktop.
Save IgnacioGaldames/4cb87af869fe6d78febf7ec367f25318 to your computer and use it in GitHub Desktop.
html header para emails
<style type="text/css">
td img {
display: block;
border: 0;
margin: 0;
}
body {
margin: 0;
padding: 0;
}
img {
border: 0 none;
line-height: 100%;
outline: none;
text-decoration: none;
}
a img {
border: 0 none;
}
table, td {
border-collapse: collapse;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment