Bueno lo hice por "error" ya que querÃa quitármelos de encima y elimine todo lo que rodeaba en el.Â
esta es mi plantilla index
Mi foro está a un costado y eso no se ve muy bonitoÂ
AgradecerÃa su ayuda y normalizarlo, pero sin tener los sidebox que están ya de por gusto. Â

esta es mi plantilla index
<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>
<style type="text/css">
.buttons {
  background: url(images/HunterX/tab2.png) no-repeat;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
  margin-right: -49px;
}
.clickedbuttons {
  background: url(images/HunterX/tab1.png) no-repeat;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
  margin-right: -49px;
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" Â type='text/javascript'/></script>
<script type="text/javascript">
$(function(){
  $('#slider div:gt(0)').hide();
  setInterval(function(){
   $('#slider div:first-child').fadeOut(0)
    .next('div').fadeIn(1000)
    .end().appendTo('#slider');}, 7000);
});
</script>
</head>
<body id="forum">
{$header}
<a class="buttons" style="float: right;"></a>
<a class="clickedbuttons" style="float: right;"></a>
<div class="sidebar" style="float: right; width: 21%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
</div>
<div class="forums" style="float: left;width: 79%;">
{$forums}
</div>
<br class="clear" />
{$boardstats}
{$footer}
</body>
</html>
Mi foro está a un costado y eso no se ve muy bonitoÂ

AgradecerÃa su ayuda y normalizarlo, pero sin tener los sidebox que están ya de por gusto. Â
