|
Go to your html/themes/theme_style_you_are_using/header.html
After that look for this line of code
td><table width="100%" border="0" cellpadding="0" cellspacing="0" background="themes/fiapple/images/lines.gif">
<tr>
<td>[img]themes/fiapple/images/logo.gif[/img]</td>
I added the background image from the fiapple theme to my header backgrouns to match the rest of the site. Typically though it is backgroundcolor="ffffff"
Anyway this will allow you to change the image header which is logo.gif. Make sure when you change it you alsop change the size of the image you insert in it's place.
Notice mine is 750X85
|