Yeah, that works too. Though I forgot you could just make one single cell, and they would still fit together regardless of space and colspan, a more easier version would've been:
Input:
Code:
[cell]{text}[/cell]
Output:
Code:
<table><tr><td>{text}</td></tr></table>
...and you could add the border if you wanted. But, the text wrap works too. The downside of the text wrap is you only fit text around pictures, where as with a table you could put the text in blocks and move it around at free will, but could confuse some of the members here. But, whatever works.