• I trawled this forum and lots of other blogs and can’t find an answer. I can wrap text around the image which is aligned to the left, but all methods to increase the spacing between the two failed except this code:

    vspace=”5″ hspace=”20″.

    which works great for IE (http://www.joyfuldays.com/2008/08/live-like-youll-die-tomorrow/) but not my other two browsers. I’ve tried these other methods which don’t even work for IE:

    – a div style tag
    – style “margin-right:20px”
    – adding <p> </p>
    – changing style.css under img float but this messes up the theme’s appearance so I can’t do this

    Can someone please suggest something that works for all browsers?

Viewing 2 replies - 1 through 2 (of 2 total)
  • elainem

    (@elainem)

    i’m having the same problem – did you manage to resolve it?

    Ben Sutcliffe

    (@bsutcliffe)

    So you have an image floating with text around it?

    <img ....... style="padding-right: 5px !important;">

    You might try looking for any references to img in your stylesheet as this might be controlling the margin. I’ve added !important in case your style sheet or something else tries to change that setting it will take the above as gospel.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between image and text shows up in IE but not Firefox or Safari’ is closed to new replies.