Forum Moderators: open

Message Too Old, No Replies

How to Align Div Boxes?

         

Innovate

8:56 pm on Dec 24, 2010 (gmt 0)

10+ Year Member



I have two boxes that I need to know how to align. I want the boxes to be next to each other, instead of on top of each other. How do I do this?

Here is the code-

<div style="width: 275px; height: 170px; border: 3px solid green; text-align: center;"> Text Here</div>
<div style="width: 275px; height: 170px; border: 3px solid green; text-align: center;"> Text Here</div>

topr8

9:44 pm on Dec 24, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



float:left;

Innovate

1:06 am on Dec 27, 2010 (gmt 0)

10+ Year Member



Yes.

Thank you.