Title: space between cells
Last modified: August 21, 2016

---

# space between cells

 *  Resolved [perrinolivier](https://wordpress.org/support/users/perrinolivier/)
 * (@perrinolivier)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/space-between-cells/)
 * Hello,
    I need to make a table and insert images 100px in each cell so that the
   images are pasted like this: [http://perrinolivier.com/page/azulejos/page.htm](http://perrinolivier.com/page/azulejos/page.htm)
 * he result I get with direct html or with tablepress is as follows:
 * [http://perrinolivier.com/azulejos-olivier-perrin-photographe/](http://perrinolivier.com/azulejos-olivier-perrin-photographe/)
 * Can you help me set the css to achieve the desired result?
    Thanking you in advance
   Olivier Perrin
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/space-between-cells/#post-4806058)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The best way should be this “Custom CSS”:
 *     ```
       .tablepress-id-9 {
         width: auto;
       }
       .tablepress-id-9 img {
         display: block;
       }
       .tablepress-id-9 tbody td {
         padding: 0px;
         border: none !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [perrinolivier](https://wordpress.org/support/users/perrinolivier/)
 * (@perrinolivier)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/space-between-cells/#post-4806063)
 * thank you for your very quick response.
    we’re almost there, here is the result:
 * [http://perrinolivier.com/azulejos-olivier-perrin-photographe/](http://perrinolivier.com/azulejos-olivier-perrin-photographe/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/space-between-cells/#post-4806072)
 * Hi,
 * great! Now, please change
 *     ```
       .tablepress-id-9 tbody td {
         padding: 0px;
         border: none !important;
       }
       ```
   
 * to
 *     ```
       .tablepress-id-9 tbody td {
         padding: 0px;
         border: none !important;
         width: 100px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [perrinolivier](https://wordpress.org/support/users/perrinolivier/)
 * (@perrinolivier)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/space-between-cells/#post-4806082)
 * it’s just fantastic
 * thank you very much
 * Olivier Perrin
 * [http://perrinolivier.com/azulejos-olivier-perrin-photographe/](http://perrinolivier.com/azulejos-olivier-perrin-photographe/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/space-between-cells/#post-4806083)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘space between cells’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/space-between-cells/#post-4806083)
 * Status: resolved