Quote:
|
Originally Posted by chicgeek
Code:
<div style="width:900px;">one column</div>
<div style="width:450px; float:left;">two column</div>
<div style="width:450px; float:left;">two column</div>
<div style="clear:both;"></div>
<div style="width:300px; float:left;">three column</div>
<div style="width:300px; float:left;">three column</div>
<div style="width:300px; float:left;">three column</div>
<div style="clear:both;"></div>
|
Thank you very much chicgeek, I think I understand now.