View Single Post
Old 2006-08-01, 11:19 PM   #14
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
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.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote