The contentEditable property for (IE, Firefox, and Safari)
<table>
<tr>
<td><div contenteditablecontenteditable="true">This text can be edited<div></td>
<td><div contenteditablecontenteditable="true">This text can be edited<div></td>
</tr>
</table>
This will make the cells editable! Go ahead, try it if you don't believe me.
