Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/07/2002, 18:51
nosib
 
Fecha de Ingreso: febrero-2002
Mensajes: 57
Antigüedad: 22 años, 2 meses
Puntos: 0
Problema con tabla de altura 100%

Porque puede ocurrir y como se puede solucionar que al usar este codigo:

<html>
<head>
</head>
<body bgcolor="#FFFFFF" text="#000000" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" LEFTMARGIN="0" RIGHTMARGIN="0">
<table width="350" border="0" cellspacing="0" cellpadding="0" height="100%" align="center">
<tr>
<td bgcolor="#000000"> </td>
</tr>
</table>
</body>
</html>


donde hay una tabla de altura 100% hasta que no actualizo la pagina no sale de borde a borede del navegador, queda un pequeño hueco... A ver si alguien me ayuda... :)