You want that your div containers floated next to each other? Use css-float like below: <div style="float: left;">Div 1 - left</div><div style="float: left;">Div 2 - center</div><div style="float: left;">Div 3 - right</div>... Add new comment Your name Subject Comment About text formats Save Preview