• Hey Community,

    I am near completion on a custom template, and I am stuck on a text wrapping issue with IE7. Here is a pic of the text wrapping issue in IE7:
    IE7 View

    And I have it viewing correctly in IE6 and Firefox, as pictured here:
    The way it should look

    and here is a link to the page:
    http://citizencinema.net/content/store/chalk/

    I’ve been stuck on this for HOURS now, and I am still a bit new to CSS, so any help or suggestions would be greatly appreciated 🙂

    Sincerely,
    Orion

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have some google adsense code that I have the text wrap around and I do this in my stylesheet:

    #adsense_post {
    float: left;
    margin-right: 10px;
    }

    then in the single.php file I add this:

    <div id=”adsense_post”>

    then the adsense code….

    </div>

    So, maybe you can use the same? All I know is text is wrapped nicely in IE and FF.

    So in your post when you include the image, wrap the image in div tags like the above.

    Thread Starter startribe

    (@startribe)

    Thank you for the reply. I originally had the float set up in the img tag, so I tried creating a div for the image tag, as described. Yet I am still having the same display issue in IE7.

    Any other suggestions or help is greatly appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Wrapping in ie7’ is closed to new replies.