ok i think ur a lil confused and that in turn confused me..
is this image the one you are referring to as your banner >
http://www.hibeesbounce.com/frontpage/images/banners/xoops_banner_2.gifif it is then this isn't a banner and should not be treated as a banner.. banners and the banner code are entirely seperate things and are defined in admin/preferences/banners
if you want the above image displayed on all your pages as a header logo..
change this part in your theme.html
<!-- Start Header -->
<table cellspacing="0" cellpadding="0" width="100%" border="0" style="background-color : #008000; color: #ffffff">
<tr>
<td height="150" width="200" valign="middle" align="left" rowspan="2">
<a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>logo.gif" alt="" /></a></td>
<td valign="middle" align="center" width="100%">
<{$xoops_banner}>
</td></tr><tr>
<td width="100%" valign="bottom" align="right" class="navbar" >
<table border="0" cellpadding="1" cellspacing="0">
<tr>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="<{$xoops_url}>">Home</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/chat/index.php3">Chat</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/forum">Forum</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/gallery">Gallery</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/forum/announcement.php?f=5&announcementid=34">Games</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/PredictionLeague">PredictionLeague</a></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End Header -->
Change it to:<!-- Start Header -->
<table cellspacing="0" cellpadding="0" width="100%" border="0" style="background-color : #008000; color: #ffffff">
<tr>
<td height="150" width="200" valign="middle" align="left" rowspan="2">
<a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>logo.gif" alt="" /></a></td>
<td valign="middle" align="center" width="100%"><a href="<{$xoops_url}>"><img src="<{$xoops_url}>/images/banners/xoops_banner_2.gif" /></a></td></tr>
<tr>
<td width="100%" valign="bottom" align="right" class="navbar" >
<table border="0" cellpadding="1" cellspacing="0">
<tr>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="<{$xoops_url}>">Home</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/chat/index.php3">Chat</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/forum">Forum</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/gallery">Gallery</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/forum/announcement.php?f=5&announcementid=34">Games</a></td>
<td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.hibeesbounce.com/PredictionLeague">PredictionLeague</a></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End Header -->
also a slight error in the other section..
in <!-- Start Headerbar --> section
find this line:
<td width="100%" background="<{$xoops_imageurl}>hbar_middle.gif')" align="right">
change it to:<td width="100%" background="<{$xoops_imageurl}>hbar_middle.gif" align="right">
hope this helps you..