> Hello there, > I am having trouble making the text from the second paragraph on this > page wrap around the photo in IE 6/7. Works fine in FF. > http://216.219.192.121/press.php ........ > I suspect this has to do with IE's haslayout problems, but I can't > figure out how to make the <p> that contains the image not grow to the > height of the image, thus forcing the second paragraph down below the > image.
Hi Don, Try to enclose the image within its own paragraph. <p><img src="images/press_pontes.jpg" ... class="right"></p><p>OAKLAND - In 1987, Steven Pontes ... </p>Maurício Samy Silva http://www.maujor.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
