Tiberonmagnus
09-27-2008, 11:50 PM
**** Nevermind, it's been solved ****
This is confusing me to no end, been fiddling with it for hours.
On my site here (http://www.cursedworld.com/index.php) why isn't the header background going all the way across? There is about 1/4 of an inch gap on the far right side.
Any help is appreciated. :)
This is my header code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<td style="background: url('http://www.cursedworld.com/forums/images/misc/bgblackgrayfade.gif') repeat-x;" align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
--------------- Added 1222577183 at 1222577183 ---------------
Heh... nevermind.
Kept on looking at the width of the site, and overlooked the " " that snuck in there after I brought it back out of Dreamweaver. :D
This is confusing me to no end, been fiddling with it for hours.
On my site here (http://www.cursedworld.com/index.php) why isn't the header background going all the way across? There is about 1/4 of an inch gap on the far right side.
Any help is appreciated. :)
This is my header code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<td style="background: url('http://www.cursedworld.com/forums/images/misc/bgblackgrayfade.gif') repeat-x;" align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
--------------- Added 1222577183 at 1222577183 ---------------
Heh... nevermind.
Kept on looking at the width of the site, and overlooked the " " that snuck in there after I brought it back out of Dreamweaver. :D