MyBB Community Forums

Full Version: Coding a sidebar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would i go by adding a sidebar to everypage? Devilson and i have tried a few things, haven't worked well...
Here is an idea:

#content {
float:left;
}
#sidebar {
float:right;
}

Header:
find: <div id="content"> and before it add
<div id="sidebar">Sidebar Content</div>
Sidebar... Sidebox... whats the difference? Smile

SCD Side Boxes
(2010-02-07, 03:15 PM)ralgith Wrote: [ -> ]Sidebar... Sidebox... whats the difference? Smile

SCD Side Boxes

I need to redistribute. i can't do that, also i want stock items like acctrade.org

@flav i will try that.
And so if you created a new template responsible for the sidebar? Then you have more order in the code.