Changing the Ad/Image Banner in the Header

Posted by Brandon on November 17, 2008 under Theme Help | 2 Comments to Read

The banner image in the header is inside a div sized specifically for a 468 x 60 banner. To change it out or add ad code, open up header.php and locate this line (line 53 in the original file):

<img src=”<?php bloginfo(’template_directory’); ?>/images/468ad.jpg” />

Replace it with your ad code and it should work fine. Changing the size will require a bit of work in the stylesheet.css file.