• Resolved cyberquill

    (@cyberquill)


    I put two pictures at the top of one of my posts:

    https://blog.cyberquill.com/2010/03/26/u-s-terra-incognita/

    In IE the two pictures display the way I like them.

    In Firefox they’re messed up, one higher than the other with text mixed in between.

    Here’s the code for the two images at the top of the post exactly as written in Edit Post:

    <img src="https://blog.cyberquill.com/wp-content/uploads/2010/03/HS-300x196.jpg" alt="" title="23 March 2010" width="270" height="200" class="alignright size-medium wp-image-3445" />
    
    <img src="https://blog.cyberquill.com/wp-content/uploads/2010/03/hc-300x225.jpg" alt="" title="Health Care Reform Bill" width="270" height="200" class="alignleft size-medium wp-image-3433" />

    What kind of cross-browser code fix would I have to apply to make the Firefox version look like the IE version of this post?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • for firefox, the images with the borders are just a few (4) pixels too wide to display side-by-side; making each image 268px wide will allow them to settle.
    (you could just edit the image width="270" in the html editor setting:
    <img src="https://blog.cyberquill.com/wp-content/uploads/2010/03/HS-300x196.jpg" alt="" title="23 March 2010" class="alignright size-medium wp-image-3445" width="268" height="200">

    Thread Starter cyberquill

    (@cyberquill)

    Done. Hadn’t thought of that. Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE vs. Firefox Image Display Problem’ is closed to new replies.