Prueba con el siguiente código. Te lo he modificado un poco. Básicamente he hecho las siguientes cosas:
- He metido cada imagen en nua celda distinta en vez de tenerlas todas en la misma celda alineadas con
<div> y
<center> y separadas con
<p>
- La forma de alinear las celdas que he usado ha sido con <td align="center"> y he eliminado las etiquetas
<div> y
<center>
- He eliminado una etiqueta
<font> que tenías que no hacía nada.
- Te sobraban un par de
</td></tr></table> Código PHP:
<TABLE border=0 cellpadding=10 cellspacing=0 width=100% >
<TR>
<TD align="center">
<TABLE cellSpacing=0 cellPadding=20 width="100%" bgColor=#90535d background=http://www.capnfila.com/backgrounds/bg256.gif border=2>
<TR>
<TD width="100%" align="center">
<TABLE cellSpacing=0 cellPadding=8 width="100%" bgColor=#c0c0c0 background=http://www.capnfila.com/backgrounds/bg259.gif border=2>
<TR>
<TD width="100%" align="center">
<TABLE cellSpacing=0 cellPadding=8 width="100%" bgColor=#e2887a background=http://www.capnfila.com/backgrounds/bg358.gif border=0>
<TR>
<TD width="100%">
<TABLE cellSpacing=0 cellPadding=30 width="100%" bgColor=#90535d background=http://www.capnfila.com/backgrounds/bg256.gif border=2>
<TR>
<TD width="100%" align="center">
<TABLE cellSpacing=0 cellPadding=8 width="100%" bgColor=#c0c0c0 background=http://www.capnfila.com/backgrounds/bg259.gif border=2>
<TR>
<TD width="100%" align="center">
<TABLE borderColor=#111111 cellSpacing=0 cellPadding=8 width="100%" bgColor=#e2887a background=http://www.capnfila.com/backgrounds/bg358.gif border=0>
<TR>
<TD width="100%">
<TABLE cellSpacing=0 cellPadding=20 width="100%" bgColor=#90535d background=http://www.capnfila.com/backgrounds/bg380.gif border=2>
<TR>
<TD align=center width="100%">
<IMG height=229 src="http://www.capnfila.com/ctain/angel93.gif" width=201 border=0>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=110 src="http://www.capnfila.com/flower/roses17.gif" width=114 border=0>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=226 src="http://www.capnfila.com/myth/fairy17.gif" width=115 border=0>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=393 src="http://www.capnfila.com/myth/merm05.gif" width=256 border=0>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=350 src="http://www.capnfila.com/myth/merm06.gif" width=264>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=179 src="http://www.capnfila.com/myth/merm14.gif" width=144>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=213 src="http://www.capnfila.com/myth/mm13.gif" width=260 border=0>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=100 src="http://www.capnfila.com/flower/roses26.gif" width=100 border=0>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=62 src="http://www.capnfila.com/flower/roses22.gif" width=71 border=0>
</TD>
</TR>
<TR>
<TD align=center>
<IMG height=192 src="http://www.capnfila.com/flower/roses25.gif" width=166 border=0>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
Un beso
P.D.: Siento lo de la tabla pero era para que se viera más claro el código.