I am putting the code under the Source button.
Here is an example of the code:
Code
<table border="0" cellspacing="0" style="width: 1000px;">
<tbody>
<tr>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 10%;"> </td>
<td style="width: 10%;"> </td>
</tr>
<tr>
<td style="width: 20%;"><u>Date</u></td>
<td style="width: 20%;"><u>Organization</u></td>
<td style="width: 20%;"><u>Please check one:</u></td>
<td style="width: 20%;"><u>Activity Description</u></td>
<td style="width: 10%;"><u>Hours</u></td>
<td style="width: 10%;"><u>Attendees</u></td>
</tr>
<tr>
<td style="width: 20%;">$$input:CRADate$$</td>
<td style="width: 20%;">$$input:CRAOrganization$$</td>
<td style="width: 20%;">$$input:CRA$$</td>
<td style="width: 20%;">$$input:ActivityDesc$$</td>
<td style="width: 10%;">$$input:ServiceHours$$</td>
<td style="width: 10%;">$$input:AttendeeCount$$</td>
</tr>
</tbody>
But the width of the last field is not 10%. It is using the $$input:AttendeeCount$$ to set the width of the field. The field type is integer and it will probably be only 1 digit. Does this make sense?