hey Nina
Here's one way of doing it, embedding another table for the row of three.
Code:
<tr>
<td colspan="4" align=center>
<!-- here's the new embedded table. the <td> above has been set to colspan="4" and the table width is set to 75% -->
<table cellSpacing=0 cellPadding=2 width="75%">
<tr>
<td align=center>
<A HREF="http://www.dreamypleasures.com/flashcash/tit/graphics/7897.jpg">
<IMG SRC="http://www.dreamypleasures.com/flashcash/tit/graphics/85_7897.jpg" BORDER=1 ALIGN=0 HSPACE="15" alt=""></A>
</td>
<td align=center>
<A HREF="http://www.dreamypleasures.com/flashcash/tit/graphics/7898.jpg">
<IMG SRC="http://www.dreamypleasures.com/flashcash/tit/graphics/85_7898.jpg" BORDER=1 ALIGN=0 HSPACE="15" alt=""></A>
</td>
<td align=center>
<A HREF="http://www.dreamypleasures.com/flashcash/tit/graphics/7899.jpg">
<IMG SRC="http://www.dreamypleasures.com/flashcash/tit/graphics/85_7899.jpg" BORDER=1 ALIGN=0 HSPACE="15" alt=""></A>
</td>
</tr>
</table>
<!-- end of the embedded table -->
</td>
</tr>
Hope this helps
Matt