MyBB Community Forums

Full Version: Forum Centered!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Everything is centered under the header.

I only edited the header. Also, i deleted the whole header to see if that was the problem... but still centered.

http://recklessazian.tk/

*edit :

ok mybad, it actually is the header causing the center problems...


Heres the code

<div id="body-content">

<BODY  ondragstart="return false"  text=#000000 bottomMargin=0 bgcolor="#383838" 
leftMargin=0 topMargin=0 rightMargin=0>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="1" background="images/luxure/banner/BannerBg.jpg">
      <tr>
        <td width="100%" background="images/luxure/banner/BannerBg.jpg" height="1">
    <div align="">
    <font color="#000000">
    <img border="0" src="images/luxure/banner/banner.png"></font></td>
      </tr>
    </table>


<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="topbar clearfix">
				<ul class="menu">
					<table width="100%" height="3" bgcolor="#009933" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
					<li><a href="index.php">  Home</a></li>
                    <li><a href="search.php">Search</a></li>
					<li><a href="memberlist.php">Member List</a></li>
					<li><a href="calendar.php">Calendar</a></li>
					<li><a href="misc.php?action=help">Help</a></li>
</td>
<td>
<div id="panel">
				{$welcomeblock}</td></tr></table>
				</ul>
			
			</div>
</div>

			</div>
			

   
                        <hr class="hidden">
                       &nbsp;{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />

--- appears to be fixed ---
i was fixing something.. well its updated. nd problem is back
oh! so it is luxure theme - can you make it default so that we can check it as a guest
OR provide a test user account ...
i know about that problem couse with bad coding plugin from one forum dont know name but when you disable it and refresh page plugin do this with index page
(2011-12-24, 01:51 PM)ranjani Wrote: [ -> ]oh! so it is luxure theme - can you make it default so that we can check it as a guest
OR provide a test user account ...

username:TokiDT
pw: moon7


*edit

pw: mooon7
remove one </div> from below code :

<div id="panel">
                {$welcomeblock}</td></tr></table>
                </ul>
            
            </div>
</div>

            </div>
Omg thanks =D

+rep:p
Why do you have two body tags?

<body>
<!-- start: header -->
<div id="body-content">

<BODY  ondragstart="return false"  text=#000000 bottomMargin=0 bgcolor="#383838" 
leftMargin=0 topMargin=0 rightMargin=0>

I'm surprised that's not causing problems.
ugh idk ._. im not the best at html