Dear all,

So I'm getting some weird code in my HTML emails - it is putting "3D" after all the quotation marks and inserting an extra "." in front of the style class defines. Here is a snippet form the HTML part of the email:

Code:
<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-885=
9-1" />
<base href=3D"http://www.hawaiiantropicals.com/" />

<style type=3D"text/css">
body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial=
, Helvetica, sans-serif; text-align:center;}
a:link {color:#0066cc;}
a:hover {background-color:#eeeecc; color:#0066cc;}
a:visited {color:#0066cc;}
..holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9=
px; text-align:left; width:550px;}
..header {font-size:10px; padding:0px; width:550px;}
..content {font-size:10px; padding:5px; width:550px;}
..footer {font-size:9px; margin-top:10px; text-align:center; width:550px;=
}
..disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-si=
ze:10px; margin-top:10px; padding:5px; width:550px;}
..disclaimer1 {color:#666666; padding:5px;}
..disclaimer1 a:link {color:#666666;}
..disclaimer1 a:visited {color:#666666;}
..disclaimer2 {color:#666666; padding:5px;}
..unsubscribe {border-bottom:1px solid #9a9a9a; padding:5px;}
..copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
</style>

</head>

<body>

<div class=3D"holder">

  <!-- Header Section -->
  <div class=3D"header">
  <img src=3D"email/header.jpg" alt=3D"logo" />
  </div>


  <!-- Content Section -->
  <div class=3D"content">
I don't know what to make of it! Your advice would be very much appreciated. Thanks!
Alane