Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/01/2004, 11:52
Avatar de jamesxv7
jamesxv7
 
Fecha de Ingreso: julio-2001
Ubicación: Puerto Rico
Mensajes: 109
Antigüedad: 22 años, 8 meses
Puntos: 0
Puedes usar auto-width margins:

Código:
 
body {
	margin:50px 0px; padding:0px;
	text-align:center;
	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}
Tratalo a ver, espero que te ayude.
__________________
James: Blog - Galería - Ecodig