Skip to main content
CSS Properties

border-spacing

CSS property · 16 supported, 0 partial, 3 unsupported across 21 clients

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobileSupported
Gmail iOSmobileGmail MobileSupported
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Outlook for MacdesktopWebKitUnsupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooSupported
Yahoo Mail AndroidmobileYahooSupported
Yahoo Mail iOSmobileYahooSupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitUnknown
Proton MailwebmailProtonSupported
AOL MailwebmailAOLSupported
FastmailwebmailFastmailUnknown
SuperhumandesktopBlinkSupported

Client-by-client behaviour for border-spacing

Fully supports border-spacing (16): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Apple Mail iOS, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, Samsung Mail, Thunderbird, Proton Mail, AOL Mail, Superhuman.

No support (3): Outlook (New), Outlook Classic, Outlook for Mac. Plan fallbacks for these clients before relying on border-spacing in production sends.

Behaviour unverified in: HEY Mail, Fastmail.

Fixes & Workarounds

Outlook (New)

Unsupported

Use the cellspacing HTML attribute instead (e.g., <table cellspacing="8">).

Before

<table style="border-spacing: 8px; border-collapse: separate;">
  <tr><td>Cell</td></tr>
</table>

After

<table cellspacing="8" style="border-collapse: separate;">
  <tr><td>Cell</td></tr>
</table>

Use the cellspacing HTML attribute instead of border-spacing CSS

Outlook Classic

Unsupported

Use the cellspacing HTML attribute instead (e.g., <table cellspacing="8">).

Before

<table style="border-spacing: 8px; border-collapse: separate;">
  <tr><td>Cell</td></tr>
</table>

After

<table cellspacing="8" style="border-collapse: separate;">
  <tr><td>Cell</td></tr>
</table>

Use the cellspacing HTML attribute instead of border-spacing CSS

Outlook for Mac

Unsupported

Use the cellspacing HTML attribute instead (e.g., <table cellspacing="8">).

Before

<table style="border-spacing: 8px; border-collapse: separate;">
  <tr><td>Cell</td></tr>
</table>

After

<table cellspacing="8" style="border-collapse: separate;">
  <tr><td>Cell</td></tr>
</table>

Use the cellspacing HTML attribute instead of border-spacing CSS

Production guidance for border-spacing

border-spacing is a CSS property. Across the email client matrix, 16 of 15 tracked clients support it fully, 0 only partially, and 3 not at all. The clients most likely to require a workaround for this feature are Outlook (New), Outlook Classic, Outlook for Mac. Each of them needs a tailored fallback. See the per-client examples above for the specific code fix Emailens recommends.

When in doubt, ship a baseline that renders without border-spacing and treat it as progressive enhancement on clients where support is verified. Emailens automatically detects cross-client divergence on this feature when you preview an email, so you can see exactly which template paths break before a campaign goes out.

Related Features

Test your email across all 21 clients

Preview rendering, catch CSS issues, and get actionable fixes. Free.

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.