【发布时间】:2014-01-21 06:28:40
【问题描述】:
我正在构建一个响应式 HTML 电子邮件模板,当我在 Litmus 测试我的布局时,图像在顶部被截断,如下所示...
有什么原因吗?这是一些代码,带有jsfiddle
<table style="color: #4b4b4b; font-size:12px; font-family: arial, helvetica, sans-serif; line-height: 18px; mso-line-height-rule: exactly; " >
<tbody>
<tr>
<td height="40" width="40"><img src="http://www.uploadlibrary.com/TelecomsWorld/CALL-STATS/stats_07.jpg" width="40" height="40" style="display:block;" /></td>
<td>Geographic call mapping across the UK</td>
</tr>
...
我已经研究过了,找到了this answer,但是没有运气。
谢谢!
【问题讨论】: