i know this is a common question but i didnt understand how ppl fixed it
i have 3 divs that each contain a table . they are both in a 4th div
i want one div(table2) to line up to the left and the other div(table3) to line up to the right but start on the same line. i also need a 3rd div(table1) to line up in the center above the 2 other. im am so lost please help
<div id='container'>
<div id='table1'>
</div>
<div id='table2'>
</div>
<div id='table3'>
</div>
</div>
thanks in advanced