Thu, 2007-08-23 14:43
I'm trying to code a page that has the text wrapping around 2 images or blocks that have 2 different widths. The first image block will be about 300px wide. The second image block will be 200px wide. I actually don't think this is possible but maybe I'm wrong. I'm okay with being wrong.
Here's what I have so far: http://www.goodmonkey.com/test.html
Thanks for the help!
Thu, 2007-08-23 15:27
#1
get rid of the div wrapper
get rid of the div wrapper for the two blocks.
block1 should have float: left
block2 should have clear:left and float:left
then you will need to set margins.
hope this helps.
Thu, 2007-08-23 16:59
#2
get rid of the div wrapper
That worked. Thanks so much. I'm just mad that I didn't figure this out myself. Thanks again.
Thu, 2007-08-23 17:21
#3
no prob, glad to help
no prob, glad to help
:thumbsup: