在gmail电子邮件中显示另一个图像

时间:2016-04-14 04:33:35

标签: css image gmail

我正在尝试编写邮件给我的客户,我想我可以在另一张图片上插入一个gif倒计时时钟(只有数字)(我知道我可以用自定义背景做一个gif,但是消息太重了)。每个电子邮件客户端(Web或桌面)都尊重显示:除GMAIL之外的块和边距。它一个接一个地显示图像。

有办法解决吗?请帮忙

1 个答案:

答案 0 :(得分:0)

表格代码如下:

    <table align="center" width="652" bgcolor="#f5f5f5" cellpadding="0" cellspacing="0" border="0" style="background:#f5f5f5; border:none; margin-top: -95px;">
<tr width="650" height="95" cellpadding="0" cellspacing="0" border="0" style="">
    <td width="134" height="95" cellpadding="0" cellspacing="0" border="0" style="border-left: 1px solid #afafaf;"colspan="3">
        <a href="link" border="0" style="border:none;">
            <img src="3.jpg" border="0" width="134" height="95" style="width:134px; height:95px; border:none; display:block;" alt="alt">
        </a>
    </td>
    <td width="381" height="95" cellpadding="0" cellspacing="0" border="0" style=""colspan="3" bgcolor="#000">
        <a href="link" border="0" style="border:none;">
            <img src="4.jpg" border="0" width="381" height="95" style="width:381px; height:95px; border:none; display:block;" alt="">
        </a>
    </td>
    <td width="135" height="95" cellpadding="0" cellspacing="0" border="0" style="border-right: 1px solid #afafaf;"colspan="3">
        <a href="link" border="0" style="border:none;">
            <img src="5.jpg" border="0" width="135" height="95" style="width:135px; height:95px; border:none; display:block;" alt="alt">
        </a>
    </td>
</tr>
</table>

Gmail会在另一个图像下显示一个图像,并且会显示相应的减去边距。

现在看起来像这样:

It looks like this right now