最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

image - Show SVG in Outlook signature - Stack Overflow

programmeradmin2浏览0评论

I need to set an anization-wide signature for mails in Outlook. I would like to use dynamic fields and include images. This is what I tried:

<html>
<h1>Test with Image</h1>
<img src=".jpg"></img>
<svg width="100" height="100" xmlns=";>
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
</svg>
Test %%FirstName%% %%LastName%% %%Phone%%
</html>

The image gets rendered correctly, but not the svg. Can you explain me why and how to fix?

Thank you.

发布评论

评论列表(0)

  1. 暂无评论