Title: [Plugin: WP-Table Reloaded] Internet Explorer Cellspacing/padding Issue
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Internet Explorer Cellspacing/padding Issue

 *  Resolved [IkeGordon](https://wordpress.org/support/users/ikegordon/)
 * (@ikegordon)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-internet-explorer-cellspacingpadding-issue/)
 * 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://blackinkmmg.com/index/artists/)
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Thread Starter [IkeGordon](https://wordpress.org/support/users/ikegordon/)
 * (@ikegordon)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-internet-explorer-cellspacingpadding-issue/#post-2800835)
 * 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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-internet-explorer-cellspacingpadding-issue/#post-2800994)
 * 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](https://wordpress.org/support/users/ikegordon/)
 * (@ikegordon)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-internet-explorer-cellspacingpadding-issue/#post-2801000)
 * 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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-internet-explorer-cellspacingpadding-issue/#post-2801001)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-internet-explorer-cellspacingpadding-issue/#post-2801001)
 * Status: resolved