You have to put your images in the background of the table cells.
HTML Code:
<table><tr><td style="background-image:url(1.jpg);">content content content</td></tr></table>
As you can see the image is moved from <td><img> to <td style=""> This is so you can add text over it.