Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/02/2015, 15:38
citruxmedia
 
Fecha de Ingreso: febrero-2015
Mensajes: 7
Antigüedad: 9 años, 2 meses
Puntos: 0
Pregunta Espacios en blanco

Hola, necesito que alguien me ayude por favor.
Estoy creando esta web en base a unos graficos armados en una tabla, es
decir esta maqueteada por tablas y me salen unos espacios que no me dejan
ver el grafico completo, salen unos espacios entre filas.

Como lo puedo solucionar?
gracias.

ESTE ES EL CODIGO:

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Pagina Test</title>
<style type="text/css">
body {
margin-top: 0px;
}
</style>
</head>

<body>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="482" valign="top"><table width="850" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/01.jpg" width="283" height="191" alt=""></td>
<td><img src="images/02.jpg" width="268" height="191" alt=""></td>
<td><img src="images/03.jpg" width="299" height="191" alt=""></td>
</tr>
<tr>
<td><img src="images/04_01.jpg" width="283" height="36" alt=""/></td>
<td><img src="images/04_02.jpg" width="268" height="36" alt=""/></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/10.jpg" width="238" height="36" alt=""/></td>
<td><img src="images/11.jpg" width="61" height="36" alt=""></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/12.jpg" width="283" height="255" alt=""></td>
<td><img src="images/13.jpg" width="268" height="255" alt=""></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="images/14.jpg" width="299" height="29" alt=""></td>
</tr>
<tr>
<td height="226"><img src="images/15.jpg" width="256" height="226" alt=""/></td>
<td><img src="images/16.jpg" width="43" height="226" alt=""></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

Última edición por citruxmedia; 06/02/2015 a las 16:19