Title: Table Backround Image
Last modified: August 21, 2016

---

# Table Backround Image

 *  Resolved [jphipps](https://wordpress.org/support/users/jphipps/)
 * (@jphipps)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/table-backround-image/)
 * How do you place a background image for the entire table? Thanks.
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/table-backround-image/#post-3646731)
 * Hi,
 * that’s possible with some CSS code, like
 *     ```
       .tablepress-id-123 {
         background: url(http://example.com/your-image.jpg) no-repeat center center;
       }
       ```
   
 * Just change the image URL and the table ID as necessary. Additionally, you’ll
   need to uncheck the “Alternating row colors” checkbox on the table’s “Edit” screen.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table Backround Image’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/table-backround-image/#post-3646731)
 * Status: resolved