No, that makes the CRs go away.
Here's the data I have in the HTML message field:
<table border="0" width="100%" cellspacing="0" cellpadding="10">
<tr>
<td colspan="2"><p style="font:normal 0.8em Verdana; text-align:right; color:#777; margin:3px 0">a form has been submitted on {Date}, via: {Page} [IP {IP}]</p></td>
</tr>
<tr>
<td width="150" valign="top">First Name</td>
<td>{_field1}</td>
</tr>
<tr>
<td width="150" valign="top">Maiden Name</td>
<td>{_field2}</td>
</tr>
<tr>
<td width="150" valign="top">Last Name</td>
<td>{_field3}</td>
</tr>
<tr>
<td width="150" valign="top">Address</td>
<td>{_field4}</td>
</tr>
<tr>
<td width="150" valign="top">City</td>
<td>{_field5}</td>
</tr>
<tr>
<td width="150" valign="top">State</td>
<td>{_field6}</td>
</tr>
<tr>
<td width="150" valign="top">Zip</td>
<td>{_field7}</td>
</tr>
<tr>
<td width="150" valign="top">Country</td>
<td>{_field8}</td>
</tr>
<tr>
<td width="150" valign="top">Home Phone</td>
<td>{_field9}</td>
</tr>
<tr>
<td width="150" valign="top">Cell Phone</td>
<td>{_field10}</td>
</tr>
<tr>
<td width="150" valign="top">Email</td>
<td>{_field11}</td>
</tr>
<tr>
<td width="150" valign="top">Years Attended Kamaji</td>
<td>{_field12}</td>
</tr>
<tr>
<td width="150" valign="top">Hometown While Attending Kamaji</td>
<td>{_field13}</td>
</tr>
<tr>
<td width="150" valign="top">Spouse's Full Name</td>
<td>{_field14}</td>
</tr>
<tr>
<td width="150" valign="top">About Your Children</td>
<td>{_field15}</td>
</tr>
<tr>
<td width="150" valign="top">Brief Biographical Sketch</td>
<td>{_field16}</td>
</tr>
<tr>
<td width="150" valign="top">Newsworthy Happenings</td>
<td>{_field17}</td>
</tr>
<tr>
<td width="150" valign="top">Alumnae Referrals</td>
<td>{_field18}</td>
</tr>
</table>