Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2007, 08:30
Avatar de BonRouge
BonRouge
 
Fecha de Ingreso: noviembre-2006
Mensajes: 51
Antigüedad: 17 años, 5 meses
Puntos: 0
Re: No se centra para 800x600

Hay que eliminar esto:
Código:
body {
	background-image: url('fondos/fondo%20azul.jpg');
	text-align: justify;
	margin: 100px
}
Entonces cambia esto:
Código:
#contenedor {width:760px; 
	    margin-top:20px;
            margin-right:30px;
            margin-bottom:20px;
            margin-left:30px;}
a esto:
Código:
#contenedor {
width:760px;
margin:20px auto;
}
En la primera línea de todas las páginas, necesitas esto:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">