|
Posted by Ed on 11/30/05 03:24
myth.drannon@gmail.com wrote:
> 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>
>
Maybe after the second div you could insert:
<br clear="all" />
Navigation:
[Reply to this message]
|