I'm loading content from another source into CE like this:
<font face="Arial" size="2"> <font face="Times New Roman" size="3"> </font> <table width="100%"> <tbody> <tr> <td style="font-size: 8pt; font-family: Verdana;" align="left" valign="top" width="17%"><b>Fred</b></td> <td style="font-size: 8pt; font-family: Verdana;" align="left" valign="top" width="83%"> <dt>It shows sender as [email protected] </dt><dt><font size="1"><i>
<font color="#808080">Sun, 17 Jun 2007 23:31:19 UTC</font></i><font color="#808080"></font></font></dt></td></tr></tbody></table> <table width="100%"> <tbody> <tr> <td style="font-size: 8pt; font-family: Verdana;" align="left" valign="top" width="17%"><b>gary</b></td> <td style="font-size: 8pt; font-family: Verdana;" align="left" valign="top" width="83%"> <dt>that is sender but what about where its going? </dt><dt><font size="1"><i><font color="#808080">Sun, 17 Jun 2007 23:30:37 UTC</font></i><font color="#808080"></font></font></dt></td></tr></tbody></table> </font>
CE converts it to a structured format, but also adds <html><head> and <body> tags. How do I tell CE not to add those tags? I can accept the reformatting, but not the addition of those tags:
<font face="Arial" size="2"> <font face="Times New Roman" size="3"> </font>
<table width="100%">
<tr>
<td style="font-size: 8pt; font-family: Verdana" valign="top" align="left" width="17%"><strong>Fred</strong></td>
<td style="font-size: 8pt; font-family: Verdana" valign="top" align="left" width="83%">
<dl>
<dt>It shows sender as
[email protected]
<dt><font size="1"><em><font color="#808080">Sun, 17 Jun 2007 23:31:19 UTC</font></em><font color="#808080"></font></font></dt>
</dl>
</td>
</tr>
</table>
<table width="100%">
<tr>
<td style="font-size: 8pt; font-family: Verdana" valign="top" align="left" width="17%"><strong>Gary</strong></td>
<td style="font-size: 8pt; font-family: Verdana" valign="top" align="left" width="83%">
<dt>that is sender but what about where its going?
<dt><font size="1"><em><font color="#808080">Sun, 17 Jun 2007 23:30:37 UTC</font></em><font color="#808080"></font></font></dt></td>
</tr>
</table>
<table width="100%">
<tr>
<td style="font-size: 8pt; font-family: Verdana" valign="top" align="left" width="17%"><strong>Fred</strong></td>
<td style="font-size: 8pt; font-family: Verdana" valign="top" align="left" width="83%">
<dl>
<dt>What you are concerned about is the BCC - and the record shows the BCC as
@gmail.com, so it should be there.
<dt><font size="1"><em><font color="#808080">Sun, 17 Jun 2007 23:33:14 UTC</font></em><font color="#808080"></font></font></dt>
</dl>
</td>
</tr>
</table>
</font>