Outlook会导致图像之间出现间隙

时间:2014-07-03 09:20:25

标签: html email outlook

在Outlook< 2007中的图像之间获得差距,尝试了所有常见的事情,如行高技巧,高度作为图像高度

以下是代码。适用于所有主要电子邮件客户端只有Outlook导致间隙

<table width="579" id="body" cellpadding="0" cellspacing="0">
    <tr>
        <td width="579" style="line-height:6px">
            <img src="http://media.pet-insurance.co.uk/email/test/pet/index_11.jpg" width="579" height="6"/>
        </td>
    </tr>
    <tr>
        <td width="579" style="line-height:109px">
            <img src="http://media.pet-insurance.co.uk/email/test/pet/index_12.jpg" width="579" height="109"/>
        </td>
    </tr>
</table>

Outlook&lt; 2007中的内容: enter image description here

1 个答案:

答案 0 :(得分:1)

已解决 - Outlook不喜欢TD高度小于15px,因此使它们成为理想尺寸