<link> in Thunderbird
UnsupportedGecko · desktop
Fix & Workaround
Inline all CSS directly in the HTML.
Before
<head>
<link rel="stylesheet" href="styles.css" />
</head>After
<head>
<style>
/* Paste your CSS here, or use a build tool like
juice/inline-css to inline automatically */
.container { max-width: 600px; margin: 0 auto; }
.header { background-color: #6d28d9; padding: 32px; }
</style>
</head>Inline all CSS instead of using external stylesheets
Other Clients
| Client | Support |
|---|---|
| Gmail | Unsupported |
| Gmail Android | Unsupported |
| Gmail iOS | Unsupported |
| Outlook 365 | Unsupported |
| Outlook (New) | Supported |
| Outlook Classic | Supported |
| Outlook iOS | Unsupported |
| Outlook Android | Unsupported |
| Apple Mail | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Unsupported |
| Samsung Mail | Unsupported |
| HEY Mail | Unsupported |
| Superhuman | Unsupported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free