1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-16 23:47:47 +02:00
cheatsheets/email.md
2015-11-24 16:02:17 +11:00

444 B

title, category
title category
Email HTML

Avoid these

  • position (Yahoo, Gmail)
  • box-shadow (Yahoo, Gmail)
  • height (Outlook)
  • width in p/div (Outlook)
  • padding in p/div (Outlook)
  • data-URI (all webmail)

Basic layout

<table cellpadding=0 cellspacing=0"
  <tr>
    <td width=auto>
    <td width=600px background=white>
    <td width=auto>

Responsive

@media only screen and (max-device-width: 480px)