lRhyss
27-05-2011, 12:30 PM
Ok, I am trying to learn how to code, I can do everything up to 2 column atm, and today I went for three.
I have the left and right columns working, but I can't get the center content box to center?
How could I do this?
<div style="float:left; width: 250px;"> <br />
<div id="purpletop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="greentop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="yellowtop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="orangetop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
</div>
<div id="mid">test<BR /><BR /></div>
<div style="float:right; width:250px;"> <br />
<div id="purpletop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="greentop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="yellowtop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="orangetop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
</div>
Thanks and +Rep to all that help! :D
I have the left and right columns working, but I can't get the center content box to center?
How could I do this?
<div style="float:left; width: 250px;"> <br />
<div id="purpletop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="greentop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="yellowtop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="orangetop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
</div>
<div id="mid">test<BR /><BR /></div>
<div style="float:right; width:250px;"> <br />
<div id="purpletop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="greentop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="yellowtop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
<div id="orangetop"></div>
<div id="sidemid">test<BR /><BR /><BR />:)</div>
<div id="sidebot"></div><BR />
</div>
Thanks and +Rep to all that help! :D