Yes, I posted a second version of code up when I re-read what you wanted to do.
Replace it with this:
HTML Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td class="logofluid"> </td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
And this:
HTML Code:
.logofluid { background: #0c0c0c url(maxjay/line.png repeat-x; width: 100%; }
Also, could you edit your last post and put code or html tags around the code sections.
--------------- Added [DATE]1250369783[/DATE] at [TIME]1250369783[/TIME] ---------------
This issue it now resolved. It is due to a missing close bracket in the css.