Hallo,
ich will auf Inhaltsangabe - Infos zum Thema Inhaltsangabe und Hausaufgaben oben rechts den Banner einbauen wo man sieht von Google. Also dass er neben Inhaltsangabe rechts in das freie graue Feld kommt. Wie ihr seht ist er aber unten dran und ich hab jetzt 1h versucht denn da hinzu bekommen wo ich ihn hinwill, ohne Erfolg, könnt ihr mir weiterhelfen, der Code schaut wiefolgt aus:
PHP
<div id="wrap">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(__('Header','wp_multiflex')) ) : else : ?>
<div id="masthead">
<div class="left-masthead">
<a class="site-logo" href="<?php echo get_settings('home'); ?>"></a>
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<p class="description"><?php bloginfo('description'); ?>
<script type="text/javascript"><!--
google_ad_client = "pub-4981615621180782";
/* 468x60, Erstellt 21.07.08 */
google_ad_slot = "0867246983";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<div id="header">
<div id="textbox">
<?php include (TEMPLATEPATH . '/header-text.php'); ?>
</div>
</div>
<?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
Alles anzeigen
Vielen Dank jetzt schon für eure Hilfe,
Kevin