繁体   English   中英

笔记本电脑和PC上的Outlook 2013会以不同大小显示图像签名。 为什么?

[英]Outlook 2013 on laptop and PC display image signature in different sizes. Why?

左图是在笔记本电脑上,右图是在PC上

我是在Thunderbird上完成的,然后将其发送到我的笔记本电脑。 在笔记本电脑上看起来还不错。 我将其保存为笔记本电脑上的签名,然后将其发送到PC。 我将签名保存到PC。 然后,我将其发送回笔记本电脑。 图像尺寸将调整为较小的尺寸,如左图所示。

 <table border="0" cellpadding="0" cellspacing="0" width="600"> <tbody> <tr width="600" height="96"> <td width="600" height="96" style="text-align:right"> <img src="a" alt=""> </td> </tr> <tr> <td width="600" height="20" style="text-align:right"> <a style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif; text-decoration: none!important; font-size:11px; color:#006c86!important;" href="#"><span style="color: #006c86; text-decoration: none"><font color="#006c86">this.com</font></span></a> <font color="#006c86">|</font> <a style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif; text-decoration: none!important; font-size:11px; color:#006c86!important;" href="#"><span style="color: #006c86; text-decoration: none"><font color="#006c86">that.com</font></span></a> <font color="#006c86">|</font> <a style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif; text-decoration: none!important; font-size:11px; color:#006c86!important;" href="#"><span style="color: #006c86; text-decoration: none"><font color="#006c86">all.com</font></span></a>&nbsp; </td> </tr> </tbody> </table> 

这就是我第一次将其放入雷鸟时的代码。 我使用的图像src data:image / jpeg; base64

为什么会这样? 如何解决?

谢谢

Outlook使用Word呈现电子邮件的HTML标记。 MSDN中的以下文章介绍了所有受支持和不受支持的HTML元素,属性和级联样式表属性:

您是否有机会查看缩放级别? 按住Ctrl键的同时尝试滚动...缩放级别是否一直设置为100%?

您是否有机会在之前和之后检查HTML标记? 有什么变化吗?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM