View Single Post
12-09-2005, 05:09 PM
#5
Andy is offline Andy
Andy's Avatar
Status: Senior Member
Join date: Dec 2005
Location: Essex, UK
Expertise:
Software:
 
Posts: 870
iTrader: 0 / 0%
 

Andy is on a distinguished road

Send a message via MSN to Andy

  Old

Originally Posted by Dray
<style>
#left { float:left; width:40%; }
#right { float:right; width:60%; }
</style>

<div id="Body">
<div id="left">Content</div>
<div id="right">Content</div>
</div>
Not sure if this is what you need but thats a two column layout
"I tried floats.." They just overrun my current DIV. Im sure there is an extra style I can apply so that the floating will nto do it though.

And Im trying that link.

Thanks, will edit if I get it working