I don't mind answering silly questions really. It's answering the same question over and over that drive me nuts.
In themes/X/header.php (where X in the name of teh theme you use X, such as original) just change the numbers for height and width to the correct dimensions of your graphic
| Code: |
$html .= " target=\"_top\"><img src=\"./themes/" . $theme . "/title.gif\" align=\"left\" width=\"200\" height=\"49\" ";
|
Again, since the numbers are in quotes, be sure to "escape" the quotes with backslashes .. er I mean \"escape\"
