Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/08/2004, 17:55
Macro32
 
Fecha de Ingreso: noviembre-2002
Ubicación: LIMA
Mensajes: 652
Antigüedad: 21 años, 5 meses
Puntos: 1
table width="100%"

Hola...probe el siguiente codigo HTML en mi internet explorer:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
-->
</style></head>

<body >

<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#993333">
<!--DWLayoutTable-->
<tr>
<td width="100%" height="152">&nbsp;</td>
</tr>
</table>

</body>
</html>

el problema q tengo es q me deja un espacio pequeño a la derecha que no quiero q se vea..sino me quedara cortada la pagina en el futuro. Gracias desde ya.