AdminCP -> Styles and templates -> Template Manager (or whatever, top link in that menu) ->
<< >> OR the top choice in the drop-down, does not matter, it's the HEADER template you want and that just happens to be in both places.
Take this:
Code:
<!-- logo -->
<a name="top"></a>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="27"><img src="images/LGP/q1.jpg" border="0" width="27" height="182" alt="" /></td>
<td width="100%" background="images/LGP/q3.jpg">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%"><img src="images/LGP/header3.jpg" border="0" width="234" height="182" alt="ProPs - ProPhotogs.com" /></td>
<td align="center"><ad what="zone:1" /><p><a href="http://www.lgpphotographers.com/convention/convention.htm"><img src="./images/convention.jpg" align="center" border="0"></a></p></td>
</tr>
</table>
</td>
<td width="28"><img src="images/LGP/q2.jpg" border="0" width="28" height="182" alt="" /></td>
</tr>
<tr>
<td width="27" background="images/LGP/q4.jpg"></td>
<td width="100%">
<!-- /logo -->
And change to something like this:
Code:
<!-- logo -->
<a name="top"></a>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="27"><img src="images/LGP/q1.jpg" border="0" width="27" height="182" alt="" /></td>
<td width="100%" background="images/LGP/q3.jpg">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%"><img src="images/LGP/header3.jpg" border="0" width="234" height="182" alt="ProPs - ProPhotogs.com" /></td>
<td align="center">$GLOBALS[bannerads]<br><ad what="zone:1" /><p><a href="http://www.lgpphotographers.com/convention/convention.htm"><img src="./images/convention.jpg" align="center" border="0"></a></p></td>
</tr>
</table>
</td>
<td width="28"><img src="images/LGP/q2.jpg" border="0" width="28" height="182" alt="" /></td>
</tr>
<tr>
<td width="27" background="images/LGP/q4.jpg"></td>
<td width="100%">
<!-- /logo -->