MyBB Community Forums

Full Version: [CODE] Slidebar (Align left)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need slidebar and i want it in the left side
please just mention the code ina reply
Do you mean "sidebar"? like a text in a box on the left side? :p
you need slidebar or sidebar??? if its sidebar then this could be a very good option: http://mods.mybb.com/view/advanced-sidebox
**lol sidebar and i do not want to install a plugin
Make a div such as:

<div style="clear: right;">
<table>
<td>
<p>hello</p>
</td>
</table>
</div>
Well i actually want this:
Sidebar 20% of the page from the left
Sidebar 20% of the page from the right
and the rest is the center (60%)
do you want this setup on index... if yes goto index template find {$forums} and replace it with....

<table width="100%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td width="20%" valign="top">
<div class="thead"><strong>BOX TITLE</strong></div>
BOX CONTENT
<br>
</td>
<td width="60%" valign="top">
{$forums}
</td>
<td width="20%" valign="top">
<div class="thead"><strong>BOX TITLE</strong></div>
BOX CONTENT
<br>
</td>
</tr></table>
no its for home page custom one i made using html
http://nc-gaming.gegahost.net

Edit -. i've tried that code on the home page and it didnt work