Ver Mensaje Individual
  #10 (permalink)  
Antiguo 04/03/2008, 10:46
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 7 meses
Puntos: 381
Re: Imagen no respeta tamaño de la celda¡¡

No hace falta que te líes tanto, prueba esto

Código:
<table align="center" border="1">
  <tr>
   <td width="30"><input type="checkbox" name="cdf"></td>
   <td width="195" height="150" style="width: 195px; height: 150px;"><img style="width: 100%; height: 100%" src="prueba.png" width="100%" height="100%"></td>
   <td width="165" height="150">cualquier cosa</td>
  </tr>
</table>
A ver si mejora algo