如何为一家拥有 40 名员工的公司制作展望签名样板?

发布于 2024-11-17 17:42:47 字数 801 浏览 3 评论 0原文

我正在尝试为一家公司创建电子邮件签名。我正在考虑如何执行此操作的几个选项,因为用户不太懂计算机...

签名必须包括此人的姓名、职务、电话号码、电子邮件地址(如果是 mailto 链接则有奖励)和 3 张图片。

这 3 张图片是 linkedin、facebook 和 twitter 的徽标。

主要关心的是我们想要统一性,以及一种简单的方法来更改整个公司的 3 个图像/链接。

我第一次尝试解决方案是在签名文件中使用此代码:

<div style="background-image:url('http://www.ampedwebdesign.com/images/sig1.jpg');
position: relative; width:330px; height: 200px;">

    <a href="http://www.facebook.com/ampedal" target="_blank">
    <div style="position: absolute; left: 20px; bottom: 17px; w
    idth:60px; height:55px;"></div>
    </a>

</div>

但 Outlook 2010 似乎不允许我使用 div。

我只需使用 Outlook 编辑器添加一些文本和图像,并使它们成为链接 - 效果很好。但主要问题是,我们不希望每次我们想要更改签名图像/链接时,都有 40 个用户必须更改他们的签名。

如果有人知道动态更改此类内容的方法 - 我们将非常感激!

I am trying to create an email signature for a company. I am looking at several options for how to do this, as the users are not very computer literate...

The signature must include the person's name, title, phone #s, email address (bonus if it's a mailto link) and 3 pictures.

The 3 pictures are logos for linkedin, facebook, and twitter.

The main concern is that we want uniformity, and an easy way to change the 3 images/links across the entire company.

My first attempt at a solution was to use this code in the signature file:

<div style="background-image:url('http://www.ampedwebdesign.com/images/sig1.jpg');
position: relative; width:330px; height: 200px;">

    <a href="http://www.facebook.com/ampedal" target="_blank">
    <div style="position: absolute; left: 20px; bottom: 17px; w
    idth:60px; height:55px;"></div>
    </a>

</div>

but it seems like outlook 2010 will not allow me to use divs.

I would just use the outlook editor to add some text, and images, and make them links - that works fine. But the main issue is that we don't want to have 40 users having to change their signature every-time we want to make a change to the signature images/links.

If anyone knows of a way to alter this kind of content dynamically - it would be very appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那请放手 2024-11-24 17:42:47

不幸的是,Outlook 2007 / 2010 对标准的支持非常差。我建议您查看下面的链接以了解一些背景知识,以便您了解它们的功能:

Outlook 2010而 Outlook 2007 仅使用 Word 作为电子邮件编辑器

Outlook 2007 中的 Word 2007 HTML 和 CSS 呈现功能

修复 Outlook 的活动

Unfortunately Outlook 2007 / 2010 have very poor standards support. I'd recommend checking out the links below for some background reading, so you know what they are capable of:

Outlook 2010 and Outlook 2007 use only Word as the email editor

Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007

Campaign to fix outlook

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文