From: TheTamdino on
I'm having an issue with floating an image and how it displays in IE.
(Who doesn't have an issue with IE?) In Firefox and Opera this does
not happen.

I'm trying to float an image to the right of the page and have the
content flow around the image. The problem is that the content
consists of more than one tag. On one page I had multiple <p> tags.
On another I'm using a combination of definition lists <dl> with
embedded unordered list <ul> which is embedded in the definition data
<dd> tag.

For the page with the <p> tags I simple put all the content into one
<p> tag and separated the content using <br />. This resolved the
issue for that page. Obviously I can't do this for the page with the
lists. Any suggestions???

Tammy