|
Posted by myth.drannon@gmail.com on 11/29/05 19:43
Hi
I created two columns using divs , one left column is a small image ,
right column is text with many lines.
When I have some list or text under the columns, the first characters
sticks up to the right column with small image and I don't want that to
happen.
I want them be on the same level under the longer column. How can I
solve that problem ?
That is my source.
<div class="image_column" >
<img src="graphics.png" />
</div>
<div class="text_column">
<p>SOME TEXT HERE WITH LOTS OF LINES </p>
</div>
<p>SOME TEXT THAT FALLS UP TO THE LEFT COLUMN</p>
Navigation:
[Reply to this message]
|