Probably an easy question and for some reason i have forgotten it or never learned it. The problem i face is taking 2 classes and lining them up horizontally. like so ---
Code:
.boxes {
height:100px;
width:150px;
border:1px solid #000000;
margin:12px;
}
i have a width maximum of 400px. So i possibly could fit another box in there besides two.
ok the question: How would i make them line up with out using floats? I know this is probably basics but for the life of me i cant remember how to do this.
Hope someone can help, i appreciate any help!!