Thank You. My Wife and I are not coders and this was our first time upgrading and changing things around. We are trying hard to figure things out with our limited knowledge.
--------------- Added [DATE]1376027034[/DATE] at [TIME]1376027034[/TIME] ---------------
Ok. I have recreated a new style and edited the default Header Template to the following.
HTML Code:
<!-- logo -->
<a name="top"></a>
<table width="$stylevar[outertablewidth]" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="668"><a href="http://www.twowheelfemales.com/forum/$session[sessionurl_q]"><img src="$stylevar[titleimage]" alt="$vboptions[bbtitle]" width="668" height="161" border="0" /></a></td>
<td background="http://www.twowheelfemales.com/forum/images/header/header_fill.jpg"> </td>
<td class="header_right" /> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="450" background="http://www.twowheelfemales.com/forum/images/header/banner_leftfill.jpg">
<!-- / logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
This displays properly and does not generate issues. I am concerned that it may not be written 100% correctly. I will keep it as is for now since it is working and displaying properly.
But I am really hoping that someone will take a moment to chime in and confirm it is ok or point out where it can be cleaned up from here.