【发布时间】:2019-03-02 08:53:56
【问题描述】:
我创建了一个 GIF 并将其放入我的 eblast。它可以在网络浏览器和 Gmail 中使用。但是,它在 Outlook 中不起作用。通过我的研究,我了解到 Outlook 不会显示 GIF。相反,它应该自动显示 GIF 的第一帧。根据我的经验,它在 Outlook 中没有显示任何内容。当我在 Outlook 中打开 eblast 时,我可以知道应该有一个图像,并且由于我将它与一个链接配对,鼠标悬停在一个可点击的空白区域上。我很困惑,不知道我做错了什么?这是我的一段代码:
<table align="center">
<tr>
<td class="bordertext">
How do you provide your patients with quality patient education materials?
<br><br>
<a href="https://www.understand.com/" target="_blank">
<img src="http://email.understand.com/understand/template/logo_animated.gif" width="100%" alt="Understand.com">
</a>
</td>
</tr>
</table>
【问题讨论】: