PDA

View Full Version : my site theme problem (If you're good with this, please help!)


DanTHEGREAT
12-23-2008, 04:06 PM
Ok well on the right hand corner, see how it is like a couple pixels off? How do I fix that because when I resize it, sometimes on other computers it messes up.

See watch: This is on my comp..

https://vborg.vbsupport.ru/external/2008/12/14.png

Look what happens when I zoom out:

https://vborg.vbsupport.ru/external/2008/12/15.png

See? With your forum, it zooms out EVERYTHING not causing a problem.

LOL I'm having so many problems...
Look on IE:

https://vborg.vbsupport.ru/external/2008/12/16.png

There is one pixel between the buttons and banner. Anyway to fix it?

Here is my header code:
<if condition="$bbuserinfo['usergroupid'] == 8">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.freerealms.com">
</if>
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />

<!-- logo -->
<a name="top"></a>
<table border="0" width="982" cellpadding="0" cellspacing="0" align="center">
<tr>


<td align="center"><a href="/"><img src="images/extras/FRFLogo2.png" border="0" alt="FRF Forums - Free Realms Forums & Fansite" align="center" /></a></td>
<td align="right" id="header_right_cell">




<tr>
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>

</tr>
</table>

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]


<tr>
<center>



<center>
<a href="index.php">
<img border="0" src="images/extras/beta3/HomeFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="forums.php">
<img border="0" src="images/extras/beta3/ForumFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="register.php">
<img border="0" src="images/extras/beta3/RegisterFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="usercp.php">
<img border="0" src="images/extras/beta3/UserCpFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="arcade.php">
<img border="0" src="images/extras/beta3/ArcadeFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="misc.php?do=FRFChat">
<img border="0" src="images/extras/beta3/ChatFrf.png" alt="Free Realm Forums" width="70" height="28"></a>


<a href="awards.php">
<img border="0" src="images/extras/beta3/AwardsFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="memberlist.php">
<img border="0" src="images/extras/beta3/MembersFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="helpcenter.php">
<img border="0" src="images/extras/beta3/SupportFrf.png" alt="Free Realm Forums" width="70" height="28"></a>

<a href="search.php">
<img border="0" src="images/extras/beta3/SearchFrf.png" alt="Free Realm Forums" width="70" height="28"></a></center>

</center>
<!-- /logo -->

Attitude5ire
12-24-2008, 08:04 AM
The problem for your main forum widening is that your header width are 2 seprate containers. you need to close the "Table" in footer template instead of header itself, the one u started in header template.

Regarding IE 1px issue, erm not easy to point out but maybe spacing,cellpading,margin issues. You should use DIV structure over table.. Tables render different in both browsers.
cheers