Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/12/2012, 09:55
djkiku
Invitado
 
Mensajes: n/a
Puntos:
Pregunta Como centrar la web entera?

Hola, no hay maneras de centrar mi humilde plantilla en blogger..ojala alguien pueda ver el fallo:

Código HTML:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*

      body {
 position: absolute;
margin: 0;
text-align: center;
} 


#contenedor { width:960px; text-align: center;}

    ]]></b:skin>
  </head>

  <body>
<div id="contenedor ">
Contenido</div>
    <b:section id='main' showaddelement='yes'/>  
  </body>
</html>