对于我的生活,我不明白为什么我的href标签在outlook 2013中不起作用。我有其他锚标签在同一个html文件中以相同的方式编写。 似乎href标签完全被剥离了。 它们适用于除outlook 2013之外的所有其他电子邮件客户端。有什么我可以丢失的吗?任何帮助表示赞赏。
<table align="center" class="inner">
<tr>
<td align="left" width="65"> <a href="https://facebook">
<img src="./img/social-fb.png" width="65" style="display:block;">
</a> </td>
<td align="left" width="65">
<a href="https://www.instagram.com/">
<img src="./img/social-in.png" width="65" style="display:block;"></a>
</td>
</tr>
</table>
答案 0 :(得分:4)
尝试更改:
<a href="https://www.instagram.com/">
为:
<a href="http://www.instagram.com/">
Outlook可能会跳过https。常规的'ol http重定向到https。
答案 1 :(得分:0)
尝试始终在网址开头输入http ex- www.google.com替换为https://www.google。