Me ha costado pero ya he hencontrado el problema.
Aquí te dejo el código corregido:
Ejemplo funcionando. Código HTML:
<table width='588' height='19' border='0' cellpadding='0' cellspacing='0'>
<tr><td width='588' height='19' valign='top'><a href='casas.php#$codigo'><<- Regresar al listado</a></td></tr></table>
<table bgColor='#FFFFD2' align='center'>
<tr>
<td colspan='3'> <p align='center'> <font color='#000000' size='-1' face='Gill Sans MT'>.$row[titulo].</font></p></td>
</tr>
<tr align='center'></tr><tr align='center'></tr><tr align='center'></tr>
<tr align='center'>
<td colspan='3'> <p align='center'> <font color='#666666' size='3' face='Gill Sans MT'>Código: .$row[codigo].</font></p></td>
</tr>
<tr>
<td colspan='3' align='center'><p align='center'> <font color='#666666' size='3' face='Gill Sans MT'> Tipo de propiedad: .$row[tipo].</font></p></td>
</tr>
<tr>
<td colspan='3' align='center'><p align='center'> <font color='#666666' size='3' face='Gill Sans MT'> Operación: .$row[operacion].</font></p></td>
</tr>
<tr>
<td colspan='3' align='center'><p align='center'> <font color='#666666' size='3' face='Gill Sans MT'> Ubicación: .$row[tipo].</font></p></td>
</tr>
<tr align='center'></tr><tr align='center'></tr>
<tr align='center'>
<td colspan='3'> <p align='center'> <font color='#666666' size='3' face='Gill Sans MT'>Precio: .$row[precio].</p></td>
</tr>
<tr align='center'></tr><tr align='center'></tr><tr align='center'></tr>
<tr>
<td colspan='3'> <p align='center'> <font color='#666666' size='3' face='Gill Sans MT'>Descripcion:</p><p>.$row[descripcion].</font></p></td>
</tr>
<tr>
<td colspan='3'> <p align='center'><font size='3' face='Gill Sans MT' color='#666666'><a href='fotos.php?codigo=$codigo'>VER FOTOS </a> | <a href='contacto.php'>CONTACTO</a> | <a href='javascript:window.print()'>IMPRIMIR</a></font></p></td>
</tr>
</table>
Fijate en lo que te pongo en negrita y sabras cual es el fallo.
</tr>
<br><br><p></p><tr align='center'></tr>
Entre </TR> y <TR> no se puede poner nada, ya que lo considera como fuera de la tabla, aun que no deberia de dar esos fallos, es inevitable, asique elimina tódo lo que este entre los </TR> <TR>.
Y otro consejo en vez de poner <tr align='center'> pon el align='center' en los <TD> para que los <TR> se queden limpios, asi que los <TD> quedaría así: <td align='center'>.