![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/11/2008, 08:17
|
![Avatar de DragonX](http://static.forosdelweb.com/customavatars/avatar20953_8.gif) | Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 8 meses Puntos: 177 | |
Respuesta: como consigo alinear el body en firefox Cita: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style>
body{
margin:39px 0 0 0;
overflow-y:hidden;
}
</style>
</head>
<body>
<p>hola</p>
<p>hola</p>
</body>
</html> |