Not sure if this is an original idea but it seems like a fun idea either way.
Lets see who can convert something like this...
<table>
<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>
To this...
+-----+-----+-----+
| | | |
| | | |
+-----+-----+-----+
| | | |
| | | |
+-----+-----+-----+
| | | |
| | | |
+-----+-----+-----+
Ive been thinking about it but my head can't get round it.