【发布时间】:2013-01-21 21:07:53
【问题描述】:
我使用浮动右对齐图像。
<div align="left">
Insight
<img height="20" style="float:right;" src="https://mydomain/myimage.jpeg">
</div>
我将此 html 作为电子邮件发送。但是,在 Microsoft Outlook 中,图像没有正确对齐,因为我认为 ms Outlook 不支持浮动。
还有其他方法可以右对齐吗?
【问题讨论】:
-
表格是你的答案:)
-
我的答案是你想要的吗?