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 TobiasBg

    (@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 TobiasBg

    (@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.