在使用Apple Mail创建并在Gmail上使用的HTML电子邮件签名上的图像大小调整方面存在问题

时间:2019-10-10 18:26:56

标签: html

我目前在制作html签名时遇到问题。一切似乎都运行良好,但由于某种原因,签名左侧的徽标重新出现在某些电子邮件链上,绝对庞大。我使用了较大的png图像,并使用html将其保持在适当的大小,以保持图像的质量(无论我实际使用的是在Photoshop中调整了尺寸的较小版本,还是从ai文件以其分辨率导出的版本需要,图像质量超出了窗口,看起来模糊/像素化)。但是是的,由于某种原因,我时不时会在电子邮件链中注意到该大小似乎已被忽略,并且显示出巨大的数量。 html如下:

    <html>
    <table style="width: 500px;" border="0" cellspacing="0" cellpadding="0">
    <tbody>
    <tr>
    <td style="padding-left: 0px; width: 100px;" valign="top"><a href="http://www.quitefranklyproductions.com/"><img title="Quite Frankly Productions" img src="https://i.imgur.com/kYtOTld.png" alt="Quite Frankly" width="170” height="208” border="0"></a>


    <td style="padding-bottom: 4px; padding-left: 0px; padding-right: 0px; letter-spacing: 0.5px; line-height: 18px; width: 185px;">
    <span style="text-align: left; margin-top: 0px; margin-bottom: 0px; color: #444444; font-family: 'helvetica', sans-serif; font-weight: 900; font-size: 10pt;">Ben Powis<br></span>
    <span style="text-align: left; margin-top: 0px; margin-bottom: 0px; color: #444444; font-family: 'helvetica', sans-serif; font-weight: 900; font-size: 10pt;">Camera Operator/Editor<br></span>
    <span style="text-align: left; color: #767D88; font-family: 'helvetica'; sans-serif; font-size: 10pt; font-style: regular;"> T: +44 (0)20 7636 5497<br>M:&nbsp;+44 (0)7904 496 406<br></span>
    <span style="text-align: left; color: #767D88; font-family: 'helvetica'; sans-serif; font-size: 10pt; font-style: regular;">22 Goodge Place<br>London W1T 4SL</span>
    </td>
    </a>

    <td <a href="https://www.instagram.com/QF_Production/"><img src="https://i.imgur.com/iSOsQpw.png" width="30" height="30" style="padding-bottom: 6px"></a>
    <br>
    <span <a href="https://twitter.com/QF_production"><img src="https://i.imgur.com/RubBKvg.png" width="30" height="24"></a>
    <br>
    <span <a href="https://www.facebook.com/QuiteFranklyProductions"><img src="https://i.imgur.com/LqrGRA4.png" width="30" height="30" style="padding-top: 6px">
    </a>
    </td>
    </tr>
    </tbody>
    </table>
    </html>

由于我对这一切还很陌生,因此请您给予我任何帮助,我们将不胜感激。

干杯

0 个答案:

没有答案