HTML Outlook签名不会显示在GMAIL中

时间:2016-12-07 20:44:50

标签: html outlook signature

我在这里碰到了一堵砖墙。我已经成功地编写了一个HTML签名,除了GMAIL之外,它几乎适用于Outlook。就像gmail剥离代码一样,只显示带有几个标签的破碎文本,而没有图像。

我正在使用的代码是针对客户端的,代码如下:

    <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>

<body>
<div><span style="color:#626262;"><span style="font-size:12px;"><span style="font-family: arial;"><strong>Steve 

Jobs</strong></span></span><br /><br />
<p style="line-height:30px"><A 
            title=blocked::http://www.themediapeople.london
            href="http://www.tmp.london" target=_blank><IMG 
            id=_x0000_i5 class=image_fix 
            title="blocked::http://www.themediapeople.london&#10;TMP" 
            border=0 alt=TMP src="http://www.love4it.org/portals/0/Users/Logo.jpg" 
            width=300 height=40>

</A>
<br />
<span style="color:#999999;"><span style="font-size: 12px;"><strong><span style="font-family: arial;">Office: 

&nbsp;&nbsp;&nbsp;&nbsp;023 24 99 868</span></strong></span><br />
<span style="font-size: 12px;"><strong><span style="font-family: arial;">Mobile:&nbsp;&nbsp;&nbsp;&nbsp;07751 775 

489</span></strong></span><br />    
<span style="font-size: 12px;"><strong><span style="font-family: arial;">Web:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A 

style="COLOR: #999999; TEXT-DECORATION: underline" 

href="http://www.tMP.london">www.tmp.london</a></span></strong></span></span></p>
<span style="color:#999999;"><span style="font-size: 12px;"><strong><span style="font-family: arial;">TMP,&nbsp;59

-61 TMP Garden,&nbsp;London&nbsp;TMPN&nbsp;8LS</span></strong></span></span><br /><br />

<p><A 
            title=blocked::https://www.facebook.com/TMP 
            href="https://www.facebook.com/TMP" target=_blank><IMG 
            id=_x0000_i class=image_fix 
            title="blocked::https://www.facebook.com/TMP&#10;TMP" 
            border=0 alt=TMP src="http://www.love4it.org/Portals/0/Users/FB.jpg" 
            width=40px height=41px>

</A>

<A 
            title=blocked::https://twitter.com/tMP 
            href="https://twitter.com/themediapeople_" target=_blank><IMG 
            id=_x0000_i2 class=image_fix 
            title="blocked::https://twitter.com/tmp&#10;TMP" 
            border=0 alt=TMP src="http://www.love4it.org/Portals/0/Users/TW.jpg" 
            width=40 height=39>

</A>

<A 
            title=blocked::https://www.linkedin.com/company
            href="https://www.linkedin.com/company" target=_blank><IMG 
            id=_x0000_i3 class=image_fix 
            title="blocked::https://www.linkedin.com/company/&#10;TMP" 
            border=0 alt=TMP src="http://www.love4it.org/Portals/0/Users/LN.jpg" 
            width=40 height=40>

</A>

<A 
            title=blocked::https://plus.google.com/tnp
            href="https://plus.google.com/tmp" target=_blank><IMG 
            id=_x0000_i4 class=image_fix 
            title="blocked::https://plus.google.com/tmp&#10;TMP" 
            border=0 alt=TMP src="http://www.love4it.org/Portals/0/Users/GP.jpg" 
            width=40 height=40>

</A>

<A 
            title=blocked::https://www.instagram.com/tmp/
            href="https://www.instagram.com/tmp/" target=_blank><IMG 
            id=_x0000_i5 class=image_fix 
            title="blocked::https://www.instagram.com/tmp/&#10;TMP" 
            border=0 alt=TMP src="http://www.love4it.org/Portals/0/Users/insta.jpg" 
            width=40 height=40>

</A>


<A 
            title=blocked::https://www.google.com
            href="https://plus.google.com/tmp" target=_blank><IMG 
            id=_x0000_i6 class=image_fix 
            title="blocked::https://plus.google.com/tmp&#10;TMP" 
            border=0 alt=TMP src="http://www.love4it.org/Portals/0/Users/GPs.jpg" 
            width=112 height=40>

</A></p>



<span style="color:#999999;"><hr />

<p><span style="font-size: 12px;"><span style="font-family: arial;"><strong>Disclaimer:</strong> This e-mail and any files 

transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If 

you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient be advised that you 

have received this e-mail in error and that any use, dissemination, forwarding, printing or copying of this e-mail is strictly 

prohibited. The statement and opinions expressed in this mail message are those of the writer, and do not necessarily represent those 

of TMP.</p><br /></span></span></span>

</body>


</html>

0 个答案:

没有答案