Okay add this in your divs.
And stick all the divs you want to go in the middle under there.HTML Code:#contentbox { width: 434px; float: left; }
(it acts as a container)
So:
<div id="contentbox">
<div id="middletop"></div>
<div id="middlemiddle">blugggghhh</div>
<div id="bottommiddle"></div>






Reply With Quote




