Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Or create two classes:
Divas that should be in the right column are written with rtext style, and vice versa.
.ltext {
display: block;
float: left;
width: 550px;
border: 1px solid #000;
}
.rtext {
display: block;
float: right;
width: 550px;
border: 1px solid #000;
}
Make a table with two cells. Add all divs from the left column to the left, add all divs from the right column to the right.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question