Ver Mensaje Individual
  #6 (permalink)  
Antiguo 28/10/2003, 10:11
Avatar de jercer
jercer
 
Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 20 años, 6 meses
Puntos: 13
mira a ver si poniendo en el <td> de la tabla width y height a 100% te lo hace.

O sea así estaba antes:

<table width=100% height=100%><tr><td valign="middle" align="center">


Ponlo así:

<table width=100% height=100%><tr><td width="100%" height="100%" valign="middle" align="center">