• Resolved IkeGordon

    (@ikegordon)


    Please help me! My webby site looks awful on IE.

    For some reason, my artist section refuses to format right unless all spots on the row are filled, then it’s fine. When I only have one box filled on a row it throws the cellspacing off. I believe that this only happens in IE. It seems fine in Chrome and Safari. It even looks perfect on my iPhone.

    Why does IE have a hard time formatting the cellpadding/spacing? Is there CSS to fix this?

    http://blackinkmmg.com/index/artists/

    http://ww.wp.xz.cn/extend/plugins/wp-table-reloaded/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter IkeGordon

    (@ikegordon)

    Okay, my situation actually has gotten even stranger. Supposedly it matters what order my pictures are in. I switched the order up and now it looks better… still off but better. Why would the order of my tables affect cellpadding/spacing if everything is the same size?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Ike,

    yeah, Internet Explorer is a PITA sometimes… 🙂

    The reason for this likely is some CSS in the theme regarding the maximum widths of images. I have seen this to cause trouble in IE. To fix this, please try adding

    #content .wp-table-reloaded img {
      max-width: none !important;
    }

    to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded.

    Regards,
    Tobias

    Thread Starter IkeGordon

    (@ikegordon)

    Well, I spent a total of three hours on this and that one little piece of code fixed it. Granted, I was looking to reduce the cellspacing/padding. It was the max width! Stupid max width!!! Well, actually stupid IE.

    Thanks Tobias!

    -Ike

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Ike,

    sure, no problem! Great this indeed fixed it! 🙂

    Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Internet Explorer Cellspacing/padding Issue’ is closed to new replies.