Talk:SupportEmptyParas tags in HTML messagesFrom MozillaZine Knowledge BaseHello, I think we should add the information about the problem caused by copy/past from a MS Word document. If you past a list from Word into Thunderbird, you obtain something like this: o Toto o Titi o Tata But the source code will be like this: <p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--><o:p></o:p></p> <ul style="margin-top: 0cm;" type="circle"> <li class="MsoNormal" style="">Toto</li> <li class="MsoNormal" style="">Titi</li> <li class="MsoNormal" style="">Tata</li> </ul> <p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--> The receiver will see these tag in the body of the mail, although I don't see it into Thunderbird. This is realy a problem... Solution: The only solution I have found is to use the option of past without formatting into Thunderbird. --El cameleon 06:44, 7 November 2007 (UTC) |
|