Ok, al final lo consegui así:
Código:
<table width="100%" style="height: 575px;">
<tr style="height: 175px;"><td style="text-align: center; vertical-align: middle;">
<b style="font-size: 31px;">texto<b />
</td></tr>
<tr style="height: 400px;"><td style="text-align: center; vertical-align: top;">
<table width="25
%" style="text-align: center; margin-left: auto; margin-right: auto; ">
<tr>
<td width="33%">
<a href="enlace.php">enlace
<p><img src="foto.gif"><p /></a>
</td><td width="33%">
<a href="enlace.php">enlace
<p><img src="foto.gif"><p /></a>
</td><td width="33%">
<a href="enlace.php">enlace
<p><img src="foto.gif"><p /></a> <<------- este
</td>
</tr><tr>
<td>
<a href=".enlacephp">enlace
<p><img src="foto.gif"><p /></a>
</td><td>
<a href="enlace.php">enlace
<p><img src="foto.gif"><p /></a>
</td><td>
<a href="enlace.php">enlace
<p><img src="foto.gif"><p /></a> <<------- este
</td>
</tr><tr>
<td colspan="3">
<a href="enlace.php">enlace
<p><img src="foto.gif"><p /></a>
</td>
</tr>
</table>
</td></tr>
</table>
bichomen