【发布时间】:2017-09-22 17:16:44
【问题描述】:
是否有任何可能的方法在 HTML Outlook 电子邮件签名的文本后面显示背景图像。我在网上查了一些资源,有些人建议使用 VML 标签,我试过了也没有用。是否有可能有一个补丁或解决方法来为签名的主表使用背景图像。
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; width: 1705px; height: 356px; background-image: url(signature.jpg); background-repeat: repeat-y;" background="signature.jpg">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;">
<tr>
<td valign="top" style="padding-left:140px; padding-top:50px;">
<span style="color:#000000; font-size:22px; line-height: 20px; font-weight:bold; font-family:calibri"><b>Name</b></span><br>
<span style="color:#000000; font-size:20px; font-family:calibri">Consultant</span><br><br>
<span style="color:#000000; font-size:20px; font-family:calibri">P.O.Box Location</span><br>
<table cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td valign=top>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>T:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri">+001-123-456</span>
<br>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>D:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri">+001-123-456 </span>
<br>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>E:</strong></span>
<a href="mailto:hello@gmail.com" target="_blank" style="color:#000000; text-decoration:none;">
<span style="color:#000000; font-size:20px; font-family:calibri">hello@gmail.com</span>
</a>
</td>
<td valign=top style='padding-left:20px'>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>M:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri"></span>
<br>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>F:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri;">+971 4 367 2892</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
【问题讨论】:
标签: html outlook background-image signature