roncurington
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text will not wrap around imagesYep, 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
Forum: Fixing WordPress
In reply to: Text will not wrap around imagesHmmm… 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.
Forum: Fixing WordPress
In reply to: Text will not wrap around imagesOK this is the post I’ve been working on.
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.