I am trying to wrap text around an image but I cannot get the image to display in Internet Explorer. I tried using two scripts with the same results: <span style="float: left;"><img src="images/parents-giving-money.png" width="298" height="298"></span> <img src="images/parents-giving-money.png" width="80" height="80" align="right"> I even tried removing the height and width info from the script to see if that made a difference but it didn't. The image displays correctly in FireFox. However, for some strange reason, the image doesn't appear in in Windows Explorer. Does anyone have any suggestions as to how I can correct this problem? Thanks.
Thank you for your reply. I am trying to have text wrap around an image on strongfamilies.us/session1.php. I use IE 8. As you can see from the rest of the site, images appear on the other pages of my site in IE but not on the page in question.
Thank you all very much for your assistance. I found the solution. I deleted the tag 'background-color: #FFF;' from the layout.css file and now images appear on the page in question in IE and FF.