我已经在HTML中创建了一个电子邮件签名,并希望在Outlook 2010中使用它。但是,我很少被我难以接受。
一些前言信息:
(我在我的签名中包含了我的徽标和四个带有链接的社交媒体图标。我只是将图像上传到Dropbox并在我的代码中链接到它们)
我的代码打开正常,看起来应该是我的浏览器,所以我将代码保存到签名文件夹。我去写了一条新邮件并尝试插入我的签名,但没有骰子。 Outlook识别出签名文件夹中存在签名,但是当我点击它时,它不会包含在邮件中。
我读到here,Outlook需要3个不同的文件(.htm,.txt和.rtf格式)。为了签名工作。但我不相信这是事实。为了测试这个理论,我去了htmlsig.com并创建了一个签名。这只是一个简单的HTML文档。我下载了签名并将其保存到签名文件夹中。然后我打开Outlook,创建了一条新消息,并且能够正确插入 签名。
我打开了签名文件夹,看看那里有哪些文件,其中唯一的文件就是一个Chrome HTML文档。
我的问题:
如何添加我的html文件以用作电子邮件签名?
如果你好奇,这是我的源代码:(它正在进行中)
<!DOCTYPE html>
<html>
<body>
<p style="font-family: Helvetica, Arial, sans-serif; font-size: 10px; line-height: 12px; margin-bottom: 10px;">
<img src="https://dl.dropboxusercontent.com/s/ccjrncxekbz4k1p/Transparent%20logo.jpg?dl=0" alt="MidWest Quality Gloves" border="0" class="sig-logo" height="115" width="133">
</p>
<p class="social-list" style="font-size: 0px; line-height: 0; font-family: Helvetica, Arial, sans-serif;">
##facebook##
<a style="text-decoration: none; display: inline;" class="social signature_facebook-target sig-hide" href="https://www.facebook.com/MidwestGlove/">
<img width="33" style="margin-bottom:2px; border:none; display:inline;" height="33" data-filename="facebook.jpg" src="https://dl.dropboxusercontent.com/s/42pre6zyk40xa98/Facebook.jpg?dl=0" alt="Facebook">
</a>
<span style="white-space: nowrap; display: inline;" class="signature_facebook-sep social-sep">
</span>
##instagram##
<a style="text-decoration: none; display: inline;" class="social signature_instagram-target sig-hide" href="https://www.instagram.com/midwestglove/">
<img width="33" style="margin-bottom:2px; border:none; display:inline;" height="33" data-filename="instagram.jpg" src="https://dl.dropboxusercontent.com/s/dmrbysqop83moq8/instagram.jpg?dl=0" alt="Instagram">
</a>
<span style="white-space: nowrap; display: inline;" class="signature_instagram-sep social-sep">
</span>
##pinterest##
<a style="display: inline; text-decoration: none;" class="social signature_pinterest-target sig-hide" href="https://www.pinterest.com/mwglove/">
<img width="33" style="margin-bottom:2px; border:none; display:inline;" height="33" data-filename="pinterest.jpg" src="https://dl.dropboxusercontent.com/s/9ejjex9wzksbvy3/pinterest.jpg?dl=0" alt="Pinterest">
</a>
<span style="white-space: nowrap; display: inline;" class="signature_pinterest-sep social-sep">
</span>
##LinkedIn##
<a style="text-decoration: none; display: inline;" class="social signature_linkedin-target sig-hide" href="https://www.linkedin.com/company/midwest-quality-gloves-inc">
<img width="33" style="margin-bottom:2px; border:none; display:inline;" height="33" data-filename="linkedin.jpg" src="https://dl.dropboxusercontent.com/s/b6ceobojyt3zjle/linkedin.jpg?dl=0" alt="linkedin">
</a>
<span style="white-space: nowrap; display: inline;" class="signature_linkedin-sep social-sep">
</span>
</body>
</html>
&#13;
答案 0 :(得分:0)
回到我使用outlook 2010的时候,我记得我必须转到Signatures面板并创建一个带有一些文本的新面板。然后去了:
C:\Users\MYNAME\AppData\Roaming\Microsoft\Signatures
编辑了已创建的.htm签名文件,并用我的html代码替换了内容,保存并重新启动了outlook。无法真正解释为什么以及如何解释。