How can I add ad banner in the header with plugin? Or I must change the coding of the site?
im using Newscast. thanks!
Header Banner with plugin
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
I'm not sure how the code of your plugin or banner outbut looks like but you can place the banner code in header.php after following line:<h2 class="logo ie6fix <?php echo $logoclass; ?>"><a>/"><?php echo $logo; ?></a></h2>If you like you can position it by wrapping it in a div - i.e.like:
<div class="banner"> banner code </div>At least add following css to style.css to adjust the position:
.banner { position: absolute; right: 0px; top: 90px; }Obviously you can change the css class and the position :)
Posted 1 year ago #
Reply
You must log in to post.














