Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/06/2002, 13:46
koptrox
 
Fecha de Ingreso: enero-2002
Mensajes: 535
Antigüedad: 22 años, 3 meses
Puntos: 1
Re: Margen de tabla.

Para que no quede espacio entre el margen izquierdo y la tabla pone esto:

<body style="margin-left:0">

<html>
<head>
</head>
<body style="margin-left:0">
<table border="1" bordercolor="orange">
<tr>
<td>
HOLA
</td>
</tr>
</table>
</body>
</html>

lo probe y me funciono
saludos