border-spacing in Fastmail
UnknownFastmail · webmail
Fix & Workaround
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
Other Clients
| Client | Support |
|---|---|
| Gmail | Supported |
| Gmail Android | Supported |
| Gmail iOS | Supported |
| Outlook 365 | Supported |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Supported |
| Outlook Android | Supported |
| Outlook for Mac | Unsupported |
| Apple Mail | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Supported |
| Yahoo Mail Android | Supported |
| Yahoo Mail iOS | Supported |
| Samsung Mail | Supported |
| Thunderbird | Supported |
| HEY Mail | Unknown |
| Proton Mail | Supported |
| AOL Mail | Supported |
| Superhuman | Supported |
Related Features
Test your email across all 21 clients
Preview rendering, catch CSS issues, and get actionable fixes. Free.
Try Emailens Free