Bill Sheppard wrote: > I find that a fairly high percentage of email which is in HTML format is > showing up as text. If I save the message to a file and delete the text > before <HTML> I can load it in the browser with no problem. See below for a > condensed version of the email. Can anyone parse this and tell me if it's a > problem with a)the email format, b)Mozilla user settings on my part, or c)a > problem with Mozilla itself? > > Here are the headers and first few bits of HTML code (with personally > identifying information cloaked): >
[snip] > Content-Type: text/plain; charset=us-ascii It's the email: When Content-Type is "text/plain", it is to be treated as plain text. Mozilla does that correctly. Microsoft Outlook doesn't. The correct Content-Type for HTML is "text/html". -- /Jonas
