Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/09/2008, 16:13
shurshok
 
Fecha de Ingreso: septiembre-2008
Ubicación: En algun sitio del CyberSpacio
Mensajes: 150
Antigüedad: 15 años, 7 meses
Puntos: 2
Respuesta: Es correcto este fragmento del código?

yo creo lo mismo que omura, ¿te estaras confundiendo el id con el tag? y tambien apoyo lo que dice daniellucia, te recomiendo que centres todo desde <style> en el head de la web, lo podrias hacer exactamente asi
<html>
<head><title>el titulo</title>
<style>
#container {text-aling:center}
</style>
</head>
<body>
<h1>titulo página</h1>
<center>
<div id="container">
<div id="header">
<div id="banner">......</div>
<div id="navigator">.....</div>
<div id="title"><h2>............</h2></div>
</div>
<div id="content">......</div>
</div> etc.....
</body>
</html>