Log in

View Full Version : Banner centering


championcycle
03-06-2010, 05:46 PM
I cant seem to get the banner to line up with the forum. it looks fine on my screen but other people say its smaller.


http://www.ontariomotorcycle.ca/forum/showthread.php?p=5260#post5260

here is an example.

how can i fix this?

--------------- Added 1267908901 at 1267908901 ---------------

anyone?

ChopSuey
03-07-2010, 08:17 AM
Post your header code here.

championcycle
03-07-2010, 04:22 PM
i dont have the code. i just replaced the header image with my own. it looks fine on my pc but many are complaining they have to scroll to see it. i have a widescreen most dont i guess..

--------------- Added 1267986217 at 1267986217 ---------------

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td 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]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

Seven Skins
03-07-2010, 06:09 PM
When your site is Fluid width make your banner no more then approx 950px with and fill the rest of background with similar color as banner background.

Everyone uses different monitor ... so you should aim to make your web site compatible with 1024 pixels wide resolution and everyone will be happy.

championcycle
03-07-2010, 06:12 PM
thank you. i found this and it worked great. put it in my header and now its flush.

<!-- logo -->
<a name="top"></a>
<table border="0" style="width:100%;" cellpadding="0" cellspacing="0" align="center">
<tr>f
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" align="center" /></a></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

Seven Skins
03-07-2010, 06:33 PM
There is still a scrollbar at the bottom .. make your logo approx 930 to 940 pixels wide.

championcycle
03-07-2010, 07:46 PM
this is crazy . most said its fine. you see a scroll bar?

ChopSuey
03-07-2010, 07:58 PM
No scroll bar here. 800x600 :p

championcycle
03-07-2010, 07:59 PM
haha thanks.

Seven Skins
03-07-2010, 08:34 PM
See this ... 1024 x 768 resolution.

championcycle
03-07-2010, 09:00 PM
damn thats weird

ChopSuey
03-08-2010, 09:17 AM
Turn off GZIP
& Sevenskins, get a real browser lol, FireFox FTW.