| How to Align Div Boxes?
|
Innovate

msg:4245959 | 8:56 pm on Dec 24, 2010 (gmt 0) | 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

msg:4245971 | 9:44 pm on Dec 24, 2010 (gmt 0) | float:left;
|
Innovate

msg:4246313 | 1:06 am on Dec 27, 2010 (gmt 0) | Yes. Thank you.
|
|
|