href 标记在 Outlook 2013 中不起作用

href tag not working in Outlook 2013

对于我的生活,我不明白为什么我的 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>

尝试更改:

<a href="https://www.instagram.com/">

至:

<a href="http://www.instagram.com/">

Outlook 可能会被 https 绊倒。常规的 'ol http 重定向到 https。

尝试始终在 url 的开头提供 http ex- www.google.com 将其替换为 https://www.google.