Adding a banner graphics to header area.

I am sure this question has been answered many times here but I looked and could not find a definitive answer on it. I want to add a banner graphic (below) on to Ken’s saratoga-weather.org PHP type template. Can someone help me out…very rusty on my PHP.

Thanks in advance.

Greg


Hi Greg,

You need to look in the header.php file and find the line of HTML between the

tag, around line 42.
Now change the code to something like this, where “banner.png” is the title of you banner:

<h1 class="headerTitle">
        <a href="index.php" title="Browse to homepage"><img src="mybanner.png" width="770" height="85" border="none"></a>
      </h1>