我为电子邮件表单设置了一个表格,但是当我在 Outlook 中查看它时,该列被推出并且没有正确对齐。
我希望文本位于图像旁边的列中,但是当我在 Outlook 中查看它时,它会被推到右侧。
我已经尝试将宽度添加到表格属性中,但它仍然可以播放。
显然它在 JSFiddle 中看起来很好,但我希望有人知道问题出在哪里。
<table width="500px" border="1">
<tr>
<th height="40" colspan="2" align="left" bgcolor="#FFFFFF" scope="row">
<h1><img src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/256/Actions-arrow-right-icon.png" width="16" height="30" />NAME</h1>
</th>
</tr>
<tr>
<th height="70" width="70" align="left" bgcolor="#FFFFFF" scope="row">
<img src="http://www.nasa.gov/images/content/617883main_VIIRS_4Jan2012.small.jpg"
width="70" height="70" />
</th>
<th width="430" height="41" align="left" bgcolor="#FFFFFF" scope="row"><strong>Text Text Text Text Text Text Text Text Text Text Text Text</strong>
</th>
</tr>
</table>
这是 Outlook 对我的桌子所做的:
如您所见,文本不在单元格的左侧。