Skip to main content

<link> in Outlook Classic

SupportedMicrosoft Word · 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 Classic. No workarounds needed.

Other Clients

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

Related Features

Test your email across all 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free