为什么我的图像不会出现在电子邮件签名中?

Why won't my image show up in email signature?

我一直在为客户制作一个非常简单的电子邮件签名,但我一直无法弄清楚为什么最后的血腥图像不会出现。我已经检查过它在那里几十次了。它位于站点的 /images/ 文件夹中,可以使用了。但是它不会出现!

我制作了一个 html 文件以进入 Outlook 签名位。 img src 是 http://transitions-london.co.uk/images/Transsignature.jpg/。但它只是不会出现。太气人了!在这一点上,任何想法都会令人愉快。谢谢!

    <html>
<head> </head>
<body>

<table border="0" style="margin-top:40px;margin-left:20px;margin-bottom:30px;width:95%;">
<tbody>
<tr>
<td width="400">
<h2>Sheila Heard</h2>
<h3>Managing Director</br>
 <a href=“http://transitions-london.co.uk”>Transitions London CIC</a>     </br>

电话 020 86424431/07866 25742 社会企业C.I.C。没有 7609324

 <i>Quality, impartial careers guidance and jobsearch services. Also social enterprise pathways for corporates to support and hire experienced professionals with refugee backgrounds & to deliver on corporate diversity and CSR good practice.</i>

  <i>Candidates are mostly engineers, finance & administration and international development professionals. Refugees have full permission to work.  Contact us for responsible services.</i>

Linkedin, Twitter (@TransitionsUK) and Facebook

上找到我们

 <img src=“http://transitions-london.co.uk/images/Transsignature.jpg”>     </img>

 </td>
 </tr>
 </tbody>
 </table>


     </body>
  </html>

谢谢!

图片不可用。即使我无法在网络浏览器中打开它。

也尝试使用单元素:

 <img src=“http://transitions-london.co.uk/images/Transsignature.jpg”/>

您在图像中有一个不标准的引用 url。使用这个:

<img src="http://transitions-london.co.uk/images/Transsignature.jpg" alt="" />