Since I've just started using snipMate, I was playing around and used table to get a pre-built table. Pretty nicely, it dropped a whole lot of text in place for me:
<table border="0">
<tr><th>Header</th></tr>
<tr><th>Data</th></tr>
</table>
But, bypassing the fact that I don't like this default table setup (it uses for the same data cell, for some reason, and does *not* use
or ``, which may be uncommon but I tend to use them), we'll skip to another problem that presented itself.