【问题标题】:Duplicate Content in HTML Email Outlook 2007HTML 电子邮件 Outlook 2007 中的重复内容
【发布时间】:2012-02-02 16:38:27
【问题描述】:

我在 Outlook 2007 中遇到了一个奇怪的现象。图像和一些文本被部分复制,没有明显的原因。有没有人经历过类似的事情?任何可能的解决方案?这是一个屏幕截图:

http://img38.imageshack.us/img38/7512/duplicatecontentoutlook.jpg

代码如下:

<TR vAlign=top>
<TD style="TEXT-ALIGN: center; PADDING-BOTTOM: 10px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 10px" vAlign=top align=middle>
<P><IMG src="tw.jpg" width=200 height=150></P>
<P style="FONT-FAMILY: trebuchet ms, geneva; FONT-SIZE: xx-small">Professor Thomas Walde depicted in a mosaic portrait, kindly commissioned and donated by Maher Boktor of Alexandria University, Egypt</P>
</TD>
<TD style="TEXT-ALIGN: left; FONT-FAMILY: trebuchet ms, geneva; FONT-SIZE: small PADDING-BOTTOM: 10px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 10px" vAlign=top align=middle>
<P><STRONG>A Liber Amicorum: Thomas Walde - Law Beyond Conventional Thought</STRONG></P>
<P>This book was published in honour of Thomas Wälde.&nbsp; The editors Jacques Werner and Arif Hyder Ali gathered an impressive collection of essays by practitioners, arbitrators and professors who knew Thomas in a modest effort to capture his never ending interests.</P>
<P>This book is now available on OGEL and TDM with the kind permission from the publisher, CMP Publishing Ltd.&nbsp; Individual chapters can be downloaded <A href="http://www.ogel.org/journal-browse-issues-toc.asp?key=46">here</A> while the whole book is available for download <A href="http://www.ogel.org/liber-amicorum.asp">here</A></P>
</TD>
</TR>

谢谢,

约翰

编辑:我使用的是 TinyMCE HTML 编辑器版本。

【问题讨论】:

  • 显示邮件的整个html

标签: html css email outlook outlook-2007


【解决方案1】:

好的,我已经找出导致重复的原因,但我不知道为什么会这样。我恢复到以前没有问题的电子邮件版本,并逐渐添加内容,直到问题再次出现。有问题的代码是:

FONT-SIZE: xx-small;

从以下行:

<P style="FONT-FAMILY: trebuchet ms, geneva; FONT-SIZE: xx-small">Professor Thomas Walde depicted in a mosaic portrait, kindly commissioned and donated by Maher Boktor of Alexandria University, Egypt</P>

我有 font-size: xx-small;在文档的其他区域,它们没有造成重复,所以我不知道为什么这个有问题。但是删除它可以解决问题。

编辑:我将其更改为 font-size: 8pt;问题又出现了!!

【讨论】:

  • 在使用 HTML 电子邮件和 Outlook 一段时间后,我终于发现了为什么会发生这种情况。由于 Outlook 使用 word 来呈现电子邮件,因此它具有分页符的概念。如果您的图像跨越分页符,那么有趣的事情就会开始发生,例如重复或大间隙。我知道的唯一解决方案是重新排列内容,使图像不会位于分页符区域。
猜你喜欢
  • 1970-01-01
  • 2012-10-10
  • 2012-11-01
  • 1970-01-01
  • 2012-10-20
  • 1970-01-01
  • 1970-01-01
  • 2013-02-05
  • 1970-01-01
相关资源
最近更新 更多