Generator

Newsletter Template Builder

Build a newsletter HTML email with multiple story cards.

Newsletter HTML
<table cellpadding="0" cellspacing="0" border="0" width="600" align="center" style="font-family:Arial,sans-serif;background:#fff;">
  <tr><td style="padding:24px;background:#2563eb;color:#fff;"><h1 style="margin:0;font-size:22px;">Your Brand</h1></td></tr>
  <tr><td style="padding:24px;"><h2 style="font-size:18px;color:#0f172a;margin:0 0 16px;">This week in tech</h2>
    <div style="margin-bottom:20px;border-bottom:1px solid #e2e8f0;padding-bottom:20px;">
      <h3 style="font-size:16px;color:#0f172a;margin:0 0 8px;">Big merger announcement</h3>
      <a href="https://example.com/1" style="color:#2563eb;text-decoration:none;">Read more →</a>
    </div>
    <div style="margin-bottom:20px;border-bottom:1px solid #e2e8f0;padding-bottom:20px;">
      <h3 style="font-size:16px;color:#0f172a;margin:0 0 8px;">New JS framework dropped</h3>
      <a href="https://example.com/2" style="color:#2563eb;text-decoration:none;">Read more →</a>
    </div>
    <div style="margin-bottom:20px;border-bottom:1px solid #e2e8f0;padding-bottom:20px;">
      <h3 style="font-size:16px;color:#0f172a;margin:0 0 8px;">Weekly podcast episode</h3>
      <a href="https://example.com/3" style="color:#2563eb;text-decoration:none;">Listen →</a>
    </div>
  </td></tr>
  <tr><td style="padding:16px;background:#f1f5f9;text-align:center;font-size:12px;color:#64748b;">© 2026 Your Brand · <a href="#unsubscribe">Unsubscribe</a></td></tr>
</table>