Hi I have an odd formatting issue where the tenth record appears to be in another table below the footer. I have no code in the footer for connectivity
My Header code is
And my body code is:
My Header code is
The Registered Attendees Database.
<br />
<div>{new_record}<br />
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td style="font-weight: bold; width: 10%;">Last Name</td>
<td style="font-weight: bold; width: 5%;">First Name</td>
<td style="font-weight: bold; width: 5%;">Title</td>
<td style="font-weight: bold; width: 15%;">Company</td>
<td style="font-weight: bold; width: 5%;">State</td>
<td style="font-weight: bold; width: 10%;">Industry</td>
<td style="font-weight: bold; width: 10%;">Mobile</td>
</tr>
</tbody>
</table>
</div>
And my body code is:
<div><table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="0">
<tbody>
<td style="width: 10%;">{last_3}</td>
<td style="width: 5%;">{name_1}</td>
<td style="width: 5%;">{title_10}</td>
<td style="width: 15%;">{company_19}</td>
<td style="width: 5%;">{state_13}</td>
<td style="width: 10%;">{industry_9}</td>
<td style="width: 10%;">{mobile_18}</td>
</tr>
</tbody></div>