When I save and exit the text editor and then reopen it I find the source indentation modify and some special character modify. The final html code sent in the mail is different from both!!
I put here an example:
WHAT I WRITE IN THE EDITOR
Code : xhtml
Subject: To: Cc: Bcc: -=-=-=-=-=-=-=-=-=# Don't remove this line #=-=-=-=-=-=-=-=-=- <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> <p>Thunderbird correct my html erros e.g. the next paragraph ending<p> <p>Thunderbird will replace … directly with unicode</p> <p>If for some reson I do some fancy indentation when I reopen the file it's all lost!! </p> </body> </html>
WHAT IS WRITTEN IN THE EDITOR WHEN I CLOSE THE EDITOR (FOR A PREVIEW OF THE OUTPUT IN THUNERBIRD) AND REOPEN IT
Code : xhtml
Subject: To: Cc: Bcc: -=-=-=-=-=-=-=-=-=# Don't remove this line #=-=-=-=-=-=-=-=-=- <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <p>Thunderbird correct my html erros e.g. the next paragraph ending</p> <p> </p> <p>Thunderbird will replace … directly with unicode</p> <p>If for some reson I do some fancy indentation when I reopen the file it's all lost!! </p> </body> </html>
WHAT IS THE SOURCE CODE REALLY SENT:
Code : xhtml
--------------060008000909060100040706 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <p>Thunderbird correct my html erros e.g. the next paragraph ending</p> <p> </p> <p>Thunderbird will replace … directly with unicode</p> <p>If for some reson I do some fancy indentation when I reopen the file it's all lost!! </p> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </body> </html> --------------060008000909060100040706--
|