• Hello,

    I’ve checked the tutorial “Wrapping Text Around Images,” reviewed relevant threads, and updated my style.css file to no avail.

    This post is typical of the problem, which is sitewide:

    https://www.portlandvoz.org/2006/09/12/salsa_party_september/

    My img.left is defined:

    img.left {
    background:#fafbfc;
    border:1px solid #b0b0b0;
    float:left;
    margin: 5px 15px 6px 0px;
    padding:5px;
    display:inline;
    position:relative; }

    Viewed in Firefox images look great, but in IE 6.x the text is not inline. The image tag in that post is “img class=left” not “align” but that only seems to affect Firefox anyway, not IE.

    Thoughts? Thank you,

  • The topic ‘Images are inline in Firefox but not IE’ is closed to new replies.