S.a bir bir temam var bloginfo ust kısımda gozukmuyor.
Örnek Site <div id="header" role="banner">
<div id="headerimg">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div>
kodlarını ust kısma ekledigimde ust kısımda kaymalar oluyor bir turlu cozemedim..
orjinal site: header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="google-site-verification" content="78zX9NwUw75vFDAUBHLNyGJ1NqEF4fWodFI8ETe_m0g" />
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>
<?php wp_title(''); ?>
<?php if(wp_title(' ', false)) { echo ' | '; } ?>
<?php bloginfo('name'); ?>
</title>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4912082-2");
pageTracker._trackPageview();
} catch(err) {}</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="tr" />
<meta name="robots" content="all,follow" />
<META NAME="REVISIT-AFTER" CONTENT="1 Days">
<link rel="shortcut icon" type="image/ico" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.gif" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<!--[if lte IE 7]>
<style type="text/css">
html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie-6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie-7.css" />
<![endif]-->
<SCRIPT language="JavaScript">
<!--
var browserName=navigator.appName;
if (browserName=="Netscape")
{
document.write( "<link href=<?php bloginfo('stylesheet_directory'); ?>/css/moz.css rel=stylesheet type=text/css />" );
}
//-->
</SCRIPT>
<!-- banner için -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/contentslider.css" />
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/contentslider.js"></script>
<!-- /banner için -->
<!-- menu için -->
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/ddsmoothmenu.js"></script>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ddsmoothmenu.css" />
<!-- /menu için -->
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<!-- main content -->
<div id="main">
<!-- menu ############################################################ -->
<div id="MainMenu" style="position:absolute; margin-top:198px; z-index:999" > <!-- back 2 128px hegit -->
<div id="smoothmenu1" class="ddsmoothmenu">
<ul>
<li><a href="<?php echo get_option('home'); ?>/" class="on">AnaSayfa</a></li>
<?php wp_list_categories('&title_li&hierarchical=1&exclude=0'); ?>
<li class="none" style="none"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/subscribe.jpg" onclick='top.location.href="<?php bloginfo('rss_url'); ?>"' style="cursor:pointer" height="18" width="18" /></li>
</ul>
<br style="clear: left;" />
</div>
</div>
<!-- menu bitiş####################################################### -->
<!-- header*************** -->
<div id="header">
<!-- sağ panel ++++++++++++++ -->
<div id="sagPanel">
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
</div>
<!-- sağ panel bitiş ++++++++ -->
</div>
<!-- header bitiş*********-->
<div style=" clear:both"></div>
<!-- main CONTENT -->
<div id="mainContent">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<!-- Main sol panel -->
<div id="mainSolPanel">
<!-- title panel -->
<div id="titlePanel">
<?php include (TEMPLATEPATH . '/bredcam.php'); ?>
</div>
<!-- title panel -->umarım anlatabilmisimdir. kodu ekledigimde kotagoriler ve arama butonu cok kayma yapıyor yardımlarınızı beklıyorum...