Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/04/2012, 08:59
DiifoOtz
 
Fecha de Ingreso: marzo-2012
Mensajes: 20
Antigüedad: 12 años, 2 meses
Puntos: 1
Respuesta: Margenes extraños en los themes de wordpress

Cita:
Iniciado por zanguanga Ver Mensaje
Revisa tu header.php, parece que en <body> tienes un cambio de línea o algo así como un <br /> metido
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title><?php bloginfo('name');?> <?php wp_title();?></title>
  5. <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/reset.css" /><!-- reset file css -->
  6. <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url');?>" /><!-- style file css -->
  7. </head>
  8.  
  9.  
  10. <!-- header-wrapper -->
  11. <div id="header-wrapper">
  12.     <div id="header">
  13.         <div id="headings"><a href="#" ><img id="logotype" src="<?php bloginfo('template_directory'); ?>/images/logo.png" title="Diiots Diseño" alt="Diiots Logo" /></a><h1>Diiots</h1><h2><?php bloginfo ('description');?></h2></div>
  14.         <!-- navigation -->
  15.         <div id="navigation">
  16.             <ul id="navbar">
  17.                 <li><a href="#" title="#">Home</a></li>
  18.                 <li><a href="#" title="#">Portafolio</a></li>
  19.                 <li><a href="#" title="#">Acerca de</a></li>
  20.                 <li><a href="#" title="#">Contacto</a></li>
  21.             </ul><!-- end navbar -->
  22.         </div>
  23.     </div>
  24. </div><!-- header-wrapper end-->
  25. <div class="shadow"></div>

me puse a revisar en el header.php y no hay ningun indicio de ese salto de linea.
y aunque solo ponga texto sin ninguna etiqueta ni estilos no cambia ese margen