Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/06/2008, 03:36
toplucho
 
Fecha de Ingreso: julio-2005
Mensajes: 259
Antigüedad: 18 años, 9 meses
Puntos: 0
problema con imagenes que se me mueven

He creado una tabla y en cada celda una imagen, he reducido el tamño de stas en porcentajes, pero no se porque al visualizar la tabla me sale muy separadas las imagenes ¿como evito se separe?

Código PHP:
html>
<
head>
<
title>Documento sin t&iacute;tulo</title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</
head>

<
body>
<
table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td><img src="foto1.jpg" width="30%" height="30%"></td>
    <
td><img src="foto2.jpg" width="30%" height="30%"></td>
  </
tr>
  <
tr>
    <
td>&nbsp;</td>
    <
td>&nbsp;</td>
  </
tr>
</
table>
</
body>
</
html