Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/12/2009, 06:52
w0rldart
 
Fecha de Ingreso: junio-2009
Ubicación: Madrid
Mensajes: 402
Antigüedad: 14 años, 10 meses
Puntos: 20
Respuesta: Centrar Capa En Outlook Express

Código:
#contenedor
{
  width: 700px;
  height: 800px;
  margin: 0 auto;
  text-align: center;
  border-style:solid;
  border-width:1px;
  background:#FFFFFF;
}
Intentalo y dime como va