I was finally able to get my header correct the way that I want it, the only issue is now I have a box around the logo. It's a link back to my home page www.christianforumcafe.com but I'm not sure how to get the box to disappear like it was before I started messing around with the header. Below is the code for the header, not sure if that helps, but any help on this issue would be much apprecaited.
Code:
<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="headerwrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="headerL"> </td>
<td class="headerlogo"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/hbjnavigator2/spacer.gif" alt="$vboptions[bbtitle]" width="347" height="198" border="0"/></a></td>
<td class="headerR"> </td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top">
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
Thank you in advance for any help on this!