I'm hoping someone might have a suggestion or explanation for Outlook's reaction to an html email. It's a basic html email (no images) and we have our default reading and sending settings set to "html" in Outlook (2003 SP3). Yet when my co-worker tries to forward or reply to the email, the body disappears. I haven't been able to find any reasons in my search online. I've adjusted the charset of the html document from iso-8859-1 to utf-8 to see if that helped (even though I really have no idea what those mean) but they didn't do anything. ANY SUGGESTIONS WELCOMED!!!!
Here's what the template looks like:
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Dictaphone Equipment and your new contact Dave DeBois</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <html> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" bgcolor='#FFFFFF' > <STYLE> .headerTop { background-color:#FFCC66; border-top:0px solid #000000; border-bottom:1px solid #FFFFFF; text-align:center; } .adminText { font-size:10px; color:#996600; line-height:200%; font-family:verdana; text-decoration:none; } .headerBar { background-color:#FFFFFF; border-top:0px solid #333333; border-bottom:10px solid #FFFFFF; } .title { font-size:20px; font-weight:bold; color:#CC6600; font-family:arial; line-height:110%; } .subTitle { font-size:11px; font-weight:normal; color:#666666; font-style:italic; font-family:arial; } .defaultText { font-size:12px; color:#000000; line-height:150%; font-family:trebuchet ms; } .footerRow { background-color:#FFFFCC; border-top:10px solid #FFFFFF; } .footerText { font-size:10px; color:#996600; line-height:100%; font-family:verdana; } a { color:#FF6600; color:#FF6600; color:#FF6600; } </STYLE> <table width="100%" cellpadding="10" cellspacing="0" class="backgroundTable" bgcolor='#FFFFFF' > <tr> <td valign="top" align="center"> <table width="550" cellpadding="0" cellspacing="0"> <tr> <td style="background-color:#e6e6b9;border-top:0px solid #000000;border-bottom:1px solid #FFFFFF;text-align:center;" align="center"><span style="font-size:10px;color:#996600;line-height:200%;font-family:verdana;text-decoration:none;">Email not displaying correctly? <a href="http://www.dtpss.com/Introduction/Email_Template.html" style="font-size:10px;color:#996600;line-height:200%;font-family:verdana;text-decoration:none;">View it in your browser.</a></span></td> </tr> <tr> <td style="background-color:#FFFFCC;border-top:0px solid #333333;"><span style="font-size:20px;font-weight:bold;color:#ad1f1f;font-family:arial;line-height:110%;valign="middle;">Company Name</span><br/> <span style="font-size:13px;font-weight:normal;color:#666666;font-style:italic;font-family:arial;">Our slogan</span> <br/> <br/> </td> </tr> </table> <table width="550" cellpadding="20" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td bgcolor="#FFFFCC" valign="top" style="font-size:13px;color:#000000;line-height:150%;font-family:trebuchet ms;"> <p>body of letter </p> </td> </tr> <tr> <td style="background-color:#FFFFCC;border-top:10px solid #FFFFCC;" valign="top"> <span style="font-size:10px;color:#996600;line-height:100%;font-family:verdana;"> <br /> company contact information </span> </td> </tr> </table> </td> </tr> </table> </body> </html>







Bookmarks