Log in

View Full Version : banner problem


Goomzee
04-21-2008, 11:03 AM
I am using my office Monitor screen Resolution size 1280x768 now problem is it's show me like small banner where as when i access my site from my Home PC it's show me fit from left to right side by the way Pc Resolation is different then my Office monitor is this possible it's show same size whatever monitor Resolution.

click my this site http://www.mknexusonline.com/ and see my banner

sorry for bad english

Lynne
04-21-2008, 02:40 PM
The only way to get your banner and site to all be the same size it to make your forums fixed width. I would just set your banner to be centered and I would actually modify it a bit so you can have an image tiled on both the left and right to fill in the extra space.

WEBDosser
04-21-2008, 03:17 PM
you could however split you banner into 3 and have the center piece as a background then no matter what res your site is viewed it would be ok..

Goomzee
04-21-2008, 04:31 PM
this is my header script if someoen can help plz do it i really appricate

<table width="90%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="right" valign="top" width="703" height="125" background="./nexusblue/header/head_logo.jpg">
</td>
<td align="left" valign="bottom" style="background: url(nexusblue/header/head_bg.jpg) no-repeat;">
&nbsp;
</td></tr>
</table>
<!-- content table -->
$spacer_open
$_phpinclude_output$_phpinclude_output

WEBDosser
04-21-2008, 06:51 PM
<table width="90%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="703" height="125" align="right" valign="top" background="./nexusblue/header/head_logo_02.jpg"><img src="./nexusblue/header/head_logo_01.jpg" width="784" height="125"></td>
<td align="right" valign="top" background="./nexusblue/header/head_logo_02.jpg"><img src="./nexusblue/header/head_bg.jpg" width="131" height="125"></td>
</tr>
</table>
<!-- content table -->
$spacer_open
$_phpinclude_output$_phpinclude_output

Goomzee
04-26-2008, 08:11 AM
sorry for late reply but thankx can do me1 more favor in this header coding there is 2 image are working can u modify this coding and just make me 1 image banner

<table width="90%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="703" height="125" align="right" valign="top" background="./nexusblue/header/head_logo_02.jpg"><img src="./nexusblue/header/head_logo_01.jpg" width="784" height="125"></td>
<td align="right" valign="top" background="./nexusblue/header/head_logo_02.jpg"><img src="./nexusblue/header/head_bg.jpg" width="131" height="125"></td>
</tr>
</table>
<!-- content table -->
$spacer_open
$_phpinclude_output$_phpinclude_output