you put the image in the background of the <td> But you ahve to specify the width of the <td> as well as the height. Because tables suck, this is the shittiest way of coding html.
HTML Code:
<table><tr><td style="width:532px; height:352px; background-image:url(http://www.ma-tt.net/Practice/images/index_04.gif);">
CONTENT HERE</td></tr></table>
of course you will have WAY more <td>'s and <tr>'s depending on your layout.