look :



Can any1 help me make the forums go aside the sidebar an not below it...

Here is my sidebar code:

Code: 
    <!-- BEGIN CONTENT AREA -->
 
<table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td valign="top" class="contentPadding" width="214">
    <! BEGIN LEFT CONTENT AREA -->
 
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr><td class="navigationTop">Account Info</td></tr>
    <tr><td class="navigationContent smallfont">
<if condition="$show['member']">
<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Username:</b> $bbuserinfo[musername]</div>
<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Member ID:</b> $bbuserinfo[userid]</div>
<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Posts:</b> $bbuserinfo[posts]</div>
<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Reputation:</b> $bbuserinfo[reputation]</div>
<div style="padding-bottom: 4px; padding-top: 4px;"><b>Inbox:</b> $bbuserinfo[pmunread]</div>
<if condition="$show['notifications'] AND $show['popups']">
<div style="border-top: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;">
   <div><span id="notifications"><a href="usercp.php$session[sessionurl_q]"><font color="darkgreen"><strong>Notifications:</strong></a> <strong>$notifications_total</strong></font></span></div>
   <script type="text/javascript"> vBmenu.register("notifications"); </script></if>
<else />

<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
  <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
            <div style="margin-bottom: 5px;" align="center"><input type='text' class='username_bg' name='vb_login_username' id='navbar_username' maxlength="80" accesskey='u'
tabindex='1' value='' /></div>
<div align="center" style="margin-bottom: 2px;">
            <input type='password' class='password_bg' name='vb_login_password' accesskey='p' maxlength="80" tabindex='2' /></div>
<div style="margin-bottom: 3px;">
          <input type='checkbox' name='cookieuser' value='1' tabindex='3' id='cb_cookieuser_navbar' accesskey='c' checked='checked' />Remember Me</div>  <div align="center"><input type='submit' class="smallfont inlineimg" style="width: 61px; font-weight: bold; height: 23px; margin: 0; border: 0; color: white; background: transparent url($stylevar[imgdir_misc]/loginbg.gif) no-repeat;" accesskey='s' tabindex='8' value='LOGIN' /> <a href="register.php"><img class="inlineimg" src="$stylevar[imgdir_misc]/join_us.gif" alt="" /></a></div>
  <input type="hidden" name="s" value="$session[sessionhash]" />
  <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
  <input type="hidden" name="do" value="login" />
  <input type="hidden" name="vb_login_md5password" />
  <input type="hidden" name="vb_login_md5password_utf" />
        </form>
<div align="right" style="margin-top: 5px;"><a href="login.php?do=lostpw"><u>Lost password?</u></a></div>
</if>
</td></tr>
    <tr><td><img src="$stylevar[imgdir_misc]/navigation_bottom.gif" alt="" /></td></tr>
    </table>
    <br />
    <!-- BEGIN LATEST POSTS BLOCK -->
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr><td class="latestTop">Latest Posts</td></tr>
    <tr><td class="latestContent">$latest_posts</td></tr>
    <tr><td><img src="$stylevar[imgdir_misc]/latest_b.gif" alt="" /></td></tr>
    </table>
    <br />
    <!-- END LATEST POSTS BLOCK -->
    <!-- BEGIN RANDOM BLOCK 1 -->
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr><td class="statsTop">Random Box 1</td></tr>
    <tr><td class="statsContent"></td></tr>
    <tr><td><img src="$stylevar[imgdir_misc]/stats_bottom.gif" alt="" /></td></tr>
    </table>
    <br />
    <!-- END RANDOM BLOCK 1 -->
    <!-- BEGIN RANDOM BLOCK 2 -->
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr><td class="adsTop">Random Box 2</td></tr>
    <tr><td class="adsContent"></td></tr>
    <tr><td><img src="$stylevar[imgdir_misc]/ads_bottom.gif" alt="" /></td></tr>
    </table>
    <br />
    <!-- END RANDOM BLOCK 2 -->

</td>
    <!-- BEGIN SIDE BAR -->
    <td valign="top" class="sideBar"><img src="$stylevar[imgdir_misc]/side_bar.gif" alt="" /></td>
    <!-- BEGIN RIGHT CONTENT AREA -->
 
    <td class="contentPadding" valign="top">
Chris2k Reviewed by Chris2k on . sidebar problem look : http://www.besthostingforums.com/images/cdn/besthostingforums.com/2010/01/shoy-1.jpg Can any1 help me make the forums go aside the sidebar an not below it... Here is my sidebar code: <!-- BEGIN CONTENT AREA --> Rating: 5