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
| Client | Support |
|---|---|
| Gmail | Supported |
| Gmail Android | Partial |
| Gmail iOS | Partial |
| Outlook 365 | Supported |
| Outlook (New) | Unsupported |
| Outlook iOS | Supported |
| Outlook Android | Supported |
| Apple Mail | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Partial |
| Samsung Mail | Supported |
| Thunderbird | Supported |
| HEY Mail | Supported |
| Superhuman | Supported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free