show/hide this revision's text 7 added 14 characters in body

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.

show/hide this revision's text 6 deleted 39 characters in body

The contentEditable property for (IE, Firefox, and Safari)

<table border="1" width="80%">
    

<table>
    <tr>
      <td><div contenteditable>This text can be edited<div></td>
      <td><div contenteditable>This text can be edited<div></td>
    </tr>
</thead>
</table>

This will make the cells editable! Go ahead, try it if you don't believe me.

show/hide this revision's text 5 xhtmled

The contentEditable property for (IE, Firefox, and Safari)

<table border=1 width=80%border="1" width="80%">
    <tr>
      <td><div contenteditable>This text can be edited<div></td>
      <td><div contenteditable>This text can be edited<div></td>
    </tr>
  </thead>
</table>

This will make the cells editable! Go ahead, try it if you don't believe me.

show/hide this revision's text 4 added 56 characters in body; deleted 58 characters in body
show/hide this revision's text 3 Added Safari.
show/hide this revision's text 2 added 86 characters in body
show/hide this revision's text 1 [made Community Wiki]