MyBB Community Forums

Full Version: Two column index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to make the forum list on the index have two columns. We have a lot of categories to add so this will help clean it up. Here is a screen shot of what I currently have gotten. It is very sloppy.

[attachment=17509]

Also this is the code from template forumbit_depth1_cat

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="47%" style="float: right; background: #81A2C4; margin: auto auto; border: 1px solid #0F5C8E;">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
If anyone could help I would much appreciate it.