Showing posts with label html email. Show all posts
Showing posts with label html email. Show all posts

Wednesday, March 14, 2012

How to build an HTML email

This is just a quick summary on how to create an HTML email:

DON'T use:
- "div"
- "padding"
- "background-image"

DO use:
- images
- "background-color" -s
- "width" with exact px values
- "table" -s (even if normally you would use a "div")
- inline styles everywhere

This list will be expanded over time and experience or if you have some own rule-of-thumb please share it with us.