HTML电子邮件签名|展望2013

时间:2016-07-22 04:55:51

标签: html

我有以下HTML作品试用Screenshot of trial但是当我放入Outlook 2013时它不起作用。Screenshot of outlook尝试了不同的代码,但仍然得到相同的结果。任何帮助表示赞赏!

干杯

<!DOCTYPE html>
<html>
<head> 
 <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
 <style>
  img { display: block; float: left; padding: 0; align: absbottom; align: texttop; }
 </style>
</head>
<body>
 <tr>
  <td><img src="http://i64.tinypic.com/5x0q3n.jpg"></td>
  


</body>
</html>

1 个答案:

答案 0 :(得分:0)

只是一个猜测,但看起来你没有链接到原始图像文件本身。

尝试将图片更改为此

<img src="http://oi64.tinypic.com/5x0q3n.jpg">

您当前拥有的是重定向