Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/04/2009, 04:38
Wing
 
Fecha de Ingreso: junio-2008
Mensajes: 93
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: dudas sobre centrar página

Yo suelo usar este sistema:

body
{
background-color:#000000;
margin-left: 0px;
margin-top: 0px;
Código text-align: center:
Ver original
  1. text-align: center;
}

#contenedor{
margin: 0 auto;
}