PDA

View Full Version : Isse with banner width with some users


vitrag24
06-09-2007, 12:41 PM
some users on my forum get more width of banner
this is from my user
http://img406.imageshack.us/img406/5656/untitleduy0.th.jpg (http://img406.imageshack.us/my.php?image=untitleduy0.jpg)
this is my scrnshot without any issue
http://img185.imageshack.us/img185/1198/captureat8.th.jpg (http://img185.imageshack.us/my.php?image=captureat8.jpg)
y it is like that?any idea?

deezelpope
06-09-2007, 12:44 PM
<i>Possibly the browser they're using.</i>

Dismounted
06-09-2007, 12:50 PM
IE displays it wrong....typical. It means the code you're using isn't supported by IE.

vitrag24
06-10-2007, 01:49 AM
but in my laptop[using windows vista] no isse with ie
only some users gettin this err
even i'm gettin this err in my pc
:(

i come to know y this prb is
prb is due to diff resolution used by diff users[like 1280*,1024*,800* etc]
but it shd be same and uniform in all
y it is like that?
can anyone give me solution?

Dismounted
06-10-2007, 03:54 AM
You will need to set the table of the "main" bit of your forum to the same as the header. The code should be in spacer_open.

vitrag24
06-10-2007, 05:32 PM
<!-- open content container -->
<if condition="$show['old_explorer']">
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
<div align="center">
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
</if>

this is the code in spacer uniform..
now plz tell me wht shd i do to keep logo size uniform in all screen resolution?[e.g. 1280*,1024*,800*]

Dismounted
06-11-2007, 06:42 AM
What is the code in your header?

vitrag24
06-14-2007, 04:54 PM
header code<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output