19/06/2002, 18:16
|
| | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 6 meses Puntos: 7 | |
Re: como centro una pagina
Código:
<html>
<head>
....
</head>
<body ... topmargin=0 leftmargin=0 margintop=0 marginleft=0>
<table width='100%' border='0'>
<tr>
<td>&nbsp;</td>
<td width=(ancho de tu pagina)>
<div align='center'>
....
....
aca viene tu pagina
....
....
</div>
</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>
|