Here's code for a simple table:
Quote:
<table width="750" border="0" cellspacing="5" cellpadding="5">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
|
Between the tags: <td>this is where your recip code belongs</td>.
Does this help?
EDIT: LOL @ Robert. You beat me.
