Table-based HTML email templates compatible with every major email client. Dark mode support, inline CSS, single and multi-column layouts — ready for Mailchimp, Beehiiv, ConvertKit, and Klaviyo.
Get 180+ Templates — $35Email clients (Outlook, Gmail, Apple Mail) render HTML differently from browsers. Outlook uses the Word rendering engine — it ignores flexbox and CSS Grid entirely. HTML emails must use table-based layouts, inline CSS (no external stylesheets), and avoid modern CSS properties for maximum compatibility.
Use <table>, <tr>, <td> for layout — not divs with flexbox. Outlook ignores modern layout CSS. Tables render consistently across all email clients including old Outlook versions.
All CSS must be inlined in style="" attributes. External stylesheets are stripped by Gmail and other clients. Use a CSS inliner tool (Juice, Mailchimp's inliner) to convert your CSS before sending.
Apple Mail and Outlook auto-invert colors in dark mode. Use @media (prefers-color-scheme: dark) in a <style> block in the <head> — Gmail ignores it, but Apple Mail and modern Outlook respect it.
Many clients block images by default. Alt text ensures your message is readable even when images don't load. Always include alt="" — empty alt on decorative images, descriptive alt on content images.
The 80–100 character text shown in inbox previews after the subject line. Add it as hidden text at the top of the body: <div style="display:none">Your preheader here</div>.
Logo centered or left-aligned, with 1–2 navigation links (View in Browser, Unsubscribe). Keep under 100px tall — subscribers should reach content without scrolling.
A single clear headline and one call-to-action button. Multi-CTA emails have lower click rates than single-focus emails. One email, one goal.
For digest newsletters: 3 content cards in a row. For story newsletters: one single-column article. Both work — match the format to your editorial style.
Required by CAN-SPAM and GDPR: unsubscribe link, your physical address, and optional social links. Keep it minimal — the footer should not compete with the content.
| CSS Property | Gmail | Apple Mail | Outlook |
|---|---|---|---|
| Flexbox / Grid | Partial | Yes | No — use tables |
| background-image | No | Yes | Partial |
| border-radius | Yes | Yes | No |
| max-width | Yes | Yes | Yes |
| prefers-color-scheme | No | Yes | Partial |
Commercial licence · No subscription · Instant download · Lifetime updates
Download All 180+ Templates — $35