html电子邮件间距的问题

时间:2015-01-29 19:29:56

标签: html outlook html-table html-email outlook-2013

我试图阻止这个自定义页脚显示表之间的间距!如果我将它从outlook发送到outlook(2013),它的效果很好,但在任何其他客户端,如雅虎邮箱,hotmail等,间距都会完全混乱。我已经尝试添加我能想到的所有内容,但我没有到达任何地方!

这是我到目前为止所拥有的:

<style>
table
{
  border-collapse:collapse;
  border-spacing: 0;
  padding:0;

}

th, td 
{ 
padding: 0px; 
vertical-align: top;
}

td {
vertical-align:text-top;
}

</style>
<table style="border-collapse: collapse;border-spacing: 0;padding: 0; width:746px;">
    <tr>
        <td width="34" height="93" border="0" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_01.jpg" width="34" height="93" alt="" style="display: block;"></td>
        <td width="11" height="93" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_02.jpg" width="11" height="93" alt="" style="display: block;"></td>
        <td width="183" height="93" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_03.jpg" width="183" height="93" alt="" style="display: block;"></td>
        <td colspan="7" width="518" height="93" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_04.jpg" width="518" height="93" alt="" style="display: block;"></td>
    </tr>
    <tr>
        <td colspan="3" rowspan="2" width="228" height="137" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_05.jpg" width="228" height="137" alt="" style="display: block;"></td>
        <td colspan="7" width="518" height="89" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_06.jpg" width="518" height="89" alt="" style="display: block;"></td>
    </tr>
    <tr>
        <td width="235" height="48" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_07.jpg" width="235" height="48" alt="" style="display: block;"></td>
        <td width="53" height="48" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_08.jpg" width="53" height="48" alt="" style="display: block;"></td>
        <td width="46" height="48" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_09.jpg" width="46" height="48" alt="" style="display: block;"></td>
        <td width="37" height="48" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_10.jpg" width="37" height="48" alt="" style="display: block;"></td>
        <td width="44" height="48" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_11.jpg" width="44" height="48" alt="" style="display: block;"></td>
        <td width="42" height="48" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_12.jpg" width="42" height="48" alt="" style="display: block;"></td>
        <td width="61" height="48" style="padding: 0px;vertical-align: top;">
            <img src="http://www.paperplanes.io/signature/images/signature_13.jpg" width="61" height="48" alt="" style="display: block;"></td>
    </tr>
</table>

0 个答案:

没有答案
相关问题