MyBB Community Forums

Full Version: About sideboxes left&right
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello im trying to split sideboxes on left and on right.
But whatever im trying i cannot move any of them on th left.
I just want to have sideboxes on the left and on the right of forum.

Rolleyes

forum:

www.greek-gaming.com
this reply might help
Doesnt lead anywhere i messed up.

Here is the code:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forums">
{$header}
{$serversboard_index}
{$ps_header_index}
{$dvz_shoutbox}

<div class="side" style="float: right; width: 22%">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td  class="thead">
<div class="float_left"><strong><a href="stats/"><font color="#00FFFF">*No1 Greek-Gaming* [HLStatsX]</font></a></strong></div> 
</td>
</tr> 
<tr>
<td  class="trow1">
<p><a href="stats/"><font color="#FFFF00">HLStatsX:CE Ranking System Click Here!</font></p></a>


<p><a href="forumdisplay.php?fid=21"><font color="#00FF40">Για Free Vip Καντε Click Εδω!</font></p></a>
</td>
</tr>
</table>
<br />  
{$steamgroup}
{$forumteamonline}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="border: 5px solid red;">
<tr>
<td  class="thead">
<div class="float_left"><strong>☆Classic Server☆</strong></div> 
</td>
</tr> 
<tr>
<td  class="trow1">
<iframe src="http://cache.www.gametracker.com/components/html0/?host=176.57.182.134:27015&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=1&currentPlayersHeight=100&showCurrPlayers=1&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=190" frameborder="0" scrolling="no" width="195" height="536"></iframe>
</td>
</tr>
</table>
<br />  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="border: 5px solid blue;">
<tr>
<td  class="thead">
<div class="float_left"><strong>☆ZombieMod Server☆</strong></div>
</td>
</tr> 
<tr>
<td  class="trow1">
<iframe src="http://cache.www.gametracker.com/components/html0/?host=176.57.188.25:27055&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=1&currentPlayersHeight=100&showCurrPlayers=1&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=190" frameborder="0" scrolling="no" width="195" height="536"></iframe>
</td>
</tr>
</table>
<br class="clear" /> 
{$top_posters} 
{$sidebar}
</div> 
<div class="forum" style="float: left; width: 76%;">
<div style="float:{$right};width: 99%;">{$forums}</div>
<!-- div style="float:{$right};width:25%;">{$REMsidebar}</div -->
</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>

</html>


Visit www.greek-gaming.com you will see 2 sideboxes related to gametracker.

can you modify the code so the 2 gametracker sideboxes go on the left?