公司邮件签名自定义

本文介绍了一次使用Table而非div+css进行电子邮件签名布局的经历。文章详细记录了从尝试使用HTML和CSS布局到最终采用Table布局的过程,以及在这个过程中遇到的各种挑战和解决方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

##公司邮件签名自定义没做过,然后百度,各种说法,直接html div+css做了,结果不能用,因为邮箱服务器识别不了,然后只能用坑爹的table来布局。因为不熟悉table的布局方式,跳了比较多坑

<head> <style type="text/css"> *{ padding: 0 ; margin: 0 ; } </style></head><table cellspacing="0" cellpadding="0" border="0" width="650px;" > <!--图片--> <tr> <th colspan="5" width="650px;"><img src="img/tupian.gif"></th> </tr></table><table cellspacing="0" cellpadding="0" border="0" width="650px;" > <tr> <th colspan="3" height="1px;" bgcolor="#d3d3d3" style="line-height: 1px;"></th> </tr> <tr> <td width="1px;" bgcolor="#d3d3d3"></td> <td width="40%" align="left" > <font face="SimSun" style="font-size: 9pt;font-weight: 600;" color="black">%%DisplayName%%</font><br> <font face="SimSun" style="font-size: 9pt" >%%department%%</font><br> <font face="SimSun" style="font-size: 9pt">Tel: %%Phone%%</font><br> <font face="SimSun" style="font-size: 9pt" >Mobile: +86%%MobileNumber%%</font><br> <font face="SimSun" style="font-size: 9pt">Fax: %%PagerNumber%%-%%Fax%%</font><br> <font face="SimSun" style="font-size: 9pt">Email: %%Email%%</font> </td> <td width="60%" align="left"> <font face="SimSun" style="font-size: 9pt;font-weight: 600;" >xx科技股份有限公司</font><br> <font face="SimSun" style="font-size: 9pt">%%StreetAddress%%</font><br> <font face="SimSun" style="font-size: 9pt">http://www.xxx.com.cn</font><br> <font face="SimSun" style="font-size: 9pt">http://www.sxxxccloud.com/</font><br> <font face="SimSun" style="font-size: 9pt">Service Hotline:400-xx-3810</font> </td> <td width="1px;" bgcolor="#d3d3d3" style="line-height: 1px;"></td> </tr> <tr> <td colspan="3" height="1px;" bgcolor="#d3d3d3"></td> </tr></table><table cellspacing="0" cellpadding="0" border="0" width="650px;" > <!--声明部分--> <tr> <td width="650px;" align="left"><font face="SimSun" style="font-size: 6.5pt" color="black"> 免责声明:<br/> 邮件及其附件含有xx科技有限公司的保密信息,仅 限于本邮件收件人地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了 本邮件,请您立即电话或邮件通知发件人并删除本邮件。<br/> This e-mail may contain confidential and/or privileged information from xxxand is intended solely for the attention and use of the person(s) named above. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this email is strictly forbidden. </font> </td> </tr></table></html>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

大小小丹

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值