Skip to main content

<link> in Outlook for Mac

SupportedWebKit · desktop

Support Details

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

<link> is fully supported in Outlook for Mac. No workarounds needed.

Other Clients

ClientSupport
GmailUnsupported
Gmail AndroidUnsupported
Gmail iOSUnsupported
Outlook 365Unsupported
Outlook (New)Supported
Outlook ClassicSupported
Outlook iOSUnsupported
Outlook AndroidUnsupported
Apple MailSupported
Apple Mail iOSSupported
Yahoo MailUnsupported
Yahoo Mail AndroidUnsupported
Yahoo Mail iOSUnsupported
Samsung MailUnsupported
ThunderbirdUnsupported
HEY MailUnsupported
Proton MailUnsupported
AOL MailUnsupported
FastmailUnsupported
SuperhumanUnsupported

Related Features

Test your email across all 21 clients

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

Try Emailens Free