Adding a banner graphics to header area.

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>