Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/11/2011, 13:32
brunocanalla
 
Fecha de Ingreso: septiembre-2008
Mensajes: 34
Antigüedad: 16 años, 2 meses
Puntos: 0
Problema con wp_head()

Hola, estoy haciendo mi primer theme en wordpress y cuando en el header, al final de todo, agrego el wp_head() me agrega codigo que me baja el header (y la pagina entera) 28px.

el codigo que agrega la funcion wp_head() es el siguiente:

Código HTML:
<link rel='stylesheet' id='admin-bar-css'  href='http://localhost/wordpress/wp-includes/css/admin-bar.css?ver=20110622' type='text/css' media='all' />
<script type='text/javascript' src='http://localhost/wordpress/wp-includes/js/l10n.js?ver=20101110'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost/wordpress/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost/wordpress/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Inmobiliaria Online' href='http://localhost/wordpress/' />
<meta name="generator" content="WordPress 3.2.1" />
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css" media="screen">
	html { margin-top: 28px !important; }
	* html body { margin-top: 28px !important; }
</style> 
Como puedo hacer para que al agregar la funcion en el header no me deforme la pagina??
Saludos!