MyBB Community Forums

Full Version: Can someone Fix that ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.resimload.com/141105/cLj_asccz.JPG

Buttons are not right enough.
There is a empty area which i hate...


Please can someone post comment about how can i fix that or which section should i fix in templates ??
Ok, from looking at the source code of your website I can say this. It looks like you have two <br /> tags at the end of your header which would account for the larger gap.

Seeing as how it is a custom template, I am assuming that it is still in the header. If it is not post back and I will look at it again.
Man thanks, im looking it knnow...
My header code is this, i cant find </br> Confused

<script language="Javascript" type="text/javascript">
var cookieDomain = "$settings[cookiedomain]";
var cookiePath = "$settings[cookiepath]";
var quickdelete_confirm = "$lang->quickdelete_confirm";
var newpm_prompt = "$lang->newpm_prompt";
var deleteevent_confirm = "$lang->deleteevent_confirm";
var removeattach_confirm = "$lang->removeattach_confirm";
</script>
<a name="top"></a>
<div class="logo" url('images/WarezTR/logobg.gif');"><center><a href="$settings[bburl]/index.php"><object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="http://www.forumistan.net/images/forumistan.nett.swf" width="779" height="176">
</embed>
</object></a></center></div><hr class="hidden" />
			<div id="panel">
				$welcomeblock
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			$bannedwarning
			$bbclosedwarning
			$unreadreports
                        <p class="newsbit"><a href=http://www.forumistan.net/showthread.php?tid=523&pid=677#pid677> Moderator Alimlarina basladik, isteyenleri aliyoruz. Suanda mod. olanlari paylasimina gore Hizlica kademesini yukselticez.</a></p>
			<navigation>
			<br class="clear" />
It's in your forumdisplay template

ACP - Templates(Modify/Delete) - Expand your set - Forum Display Templates - forumdisplay

Those 2 <br /> after $userbrowsing
Thanks again LeX-, you are good in MyBB Wink