View Single Post
12-09-2005, 03:15 AM
#3
Dray is offline Dray
Dray's Avatar
Status: Request a custom title
Join date: Sep 2005
Location: Texas
Expertise:
Software:
 
Posts: 1,139
iTrader: 0 / 0%
 

Dray is on a distinguished road

  Old

<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