Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter roncurington

    (@roncurington)

    Yep, that did it. It is odd though because I typically work in i.e. all the time and it always shows changes to pages and stylesheets. I run dual monitors and so I will keep a browser open to the page I’m working on and another browser open to the WP editing screen. Make a change and do a refresh on the other browser and it shows the changes. Odd it wouldn’t pick this up.

    Thanks’ for your help

    Thread Starter roncurington

    (@roncurington)

    Hmmm… Well that is odd. Using the “alignright” class it does wrap correctly in Firefox but when I changed it to “alignright” from the previous setup using a div to set “float:right” and a “float:left; width:auto;” on the paragraph tag which just gave me a narrow paragraph it pushed the content below the image in i.e.

    I dump my cache and see if that does anything for i.e. Usually i.e. will show any changes without doing that. Just a reload and it will reflect any changes made to the CSS file.

    Thread Starter roncurington

    (@roncurington)

    OK this is the post I’ve been working on.

    Text won’t wrap

    Right now I have the text setup like so…

    <p style="float:left;width:auto;">

    and the image is setup like this…

    <div class="advert">
     <img src="/images/sunset.gif" width="217px" height="144px"  alt="Leisure Time Distractions" />
    </div>

    Note I have been trying different variations on this all day so the only reason it’s setup like it is, is because this is where I’ve stopped and it’s the only approach that even almost wraps the text. At this point it’s hard to imagine that there is something I haven’t tried but I’m out of answers and grasping for straws.

Viewing 3 replies - 1 through 3 (of 3 total)