Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Where to put adsense code?


Olaf Lederer
Participant

@finalwebsites

just example code…

header.php (the two divs between body and wrapper)

<body id="<?php bb_location(); ?>">
<div style="position:relative;width:1200px;border:1px solid red;margin:0 auto;">
<div style="width:120px;left:0;top:200px;position:absolute;height:600px;background-color:yellow;"></div>
<div id="wrapper">

footer.php (the div before the action)

</div>
</div>

<?php do_action('bb_foot'); ?>

</body>
</html>

I checked this only i firefox (Ubuntu) and of course the header background image is only between the new container (put the background into the body style.

@floor97,

before you’re able to tweak themes you need to know some CSS

Skip to toolbar