HTML电子邮件Outlook 2007中的重复内容

时间:2012-02-02 16:38:27

标签: html css email outlook outlook-2007

我在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编辑器的版本。

1 个答案:

答案 0 :(得分:0)

好的,我已经弄清楚导致重复的原因,但我不知道为什么会发生这种情况。我恢复到以前的无问题版本的电子邮件,并逐渐添加内容,直到问题重新浮出水面。令人讨厌的代码是:

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;并且问题重新出现!!