- Use HTML tables to control the design and layout and set all cellspacing and cellpadding to 0.
- User Inline CSS only.
- Avoid custom margin and padding properties for inline CSS.
- Breakout all CSS individual properties, avoid shorthand CSS.
- Do not use background images (Gmail don't display them).
- Do not use line-height properties (Outlook and Hotmail don't understand them).
- Specify all image height and width (Outlook 2003 and Outlook web access with image off will break the layout).
- Add "display: inline;" on all images (Hotmail and Outlook 2003 will add default spacing on them).
- Avoid defining table cell width using percentage value.
- Avoid using div elements to define overall layout.
- No Flash elements and javascript elements.
Next time I'll talk a little bit on inbox penetration and delivery systems, and maybe a bit more about social media and emailing.
No comments:
Post a Comment