Ej: http://pythontest.eshost.com.ar/news.php
El problema, es que no me muestra el background del centro (El que se estira al 100%
Tengo este codigo...
Código HTML:
echo '<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"><img src="images/ImagenIzquierda.png" width="430" height="90"></td> <td width="100%" background="images/ImagenCentral.png(la que se adapta)"> </td> <td width="100%"><img src="images/ImagenDerecha" width="135" height="90"></td></table>'; </tr>