Skip to main content

float in Outlook Classic

UnsupportedMicrosoft Word · desktop

Fix & Workaround

Use table cells with align="left" or align="right".

Before

<img src="photo.jpg" style="float: left;
  margin-right: 16px;" width="200" />
<p>Text wraps around the image.</p>

After

<table role="presentation" cellpadding="0"
  cellspacing="0" border="0">
  <tr>
    <td width="200" valign="top" style="padding-right: 16px;">
      <img src="photo.jpg" width="200"
        style="display: block; border: 0;" />
    </td>
    <td valign="top">
      <p>Text next to the image.</p>
    </td>
  </tr>
</table>

Use table align attribute instead of CSS float

Other Clients

ClientSupport
GmailSupported
Gmail AndroidPartial
Gmail iOSPartial
Outlook 365Supported
Outlook (New)Unsupported
Outlook iOSSupported
Outlook AndroidSupported
Apple MailSupported
Apple Mail iOSSupported
Yahoo MailPartial
Samsung MailSupported
ThunderbirdSupported
HEY MailSupported
SuperhumanSupported

Related Features

Test your email across all 15 clients

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

Try Emailens Free