簡體   English   中英

為什么我的圖像不會顯示在電子郵件簽名中?

[英]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 社會企業CIC編號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>

LinkedinTwitter(@TransitionsUK)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" alt="" />

該圖像不可用。 即使我無法在網絡瀏覽器中打開它。

也嘗試使用單個元素:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM