I right align my image using float.
<div align="left">
Insight
<img height="20" style="float:right;" src="https://mydomain/myimage.jpeg">
</div>
I send this html as an email. However, in microsoft outlook the image does not right align because I think ms outtlook does not support float.
Is there any other way to right align it?
Tables, nested tables and more tables is the key for Outlook.