• Home
  • Search Tags
  • About

email

Topics related to email:

Getting started with email

HTML email is the use of a subset of HTML and CSS to format an email message like a web page using colors, graphics, table columns and links.


Useful Links:

  • Things I've Learned About Building & Coding HTML Email Templates
  • Coding Your Emails
  • Email Design Guides
  • MailChimp Resources
  • Professional Email Design (Book)

HTML email composition and Outlook intricacies

Meta Information

HTML Email Reset

Bulletproof Buttons

Progressive Enhancement with Media Queries

For clients that support media queries, any of the examples above can be progressively enhance the button.

Eg. @media screen and (-webkit-min-device-pixel-ratio: 0) { /* Insert -webkit-targeted CSS here */ }


Add more horizontal padding in Outlook

Conditionally adding non-breaking space on each side of a button link can increase the horizontal padding for Outlook. Especially useful for border-based buttons.

`<!--[if mso]>&nbsp;&nbsp;&nbsp;<![endif]-->Link Text<!--[if mso]>&nbsp;&nbsp;&nbsp;<![endif]-->`

Images

Hybrid Email Coding

CSS/HTML Support

Postmarkup email service

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service