Title: Adding border lines in table
Last modified: August 22, 2016

---

# Adding border lines in table

 *  Resolved [nicossty](https://wordpress.org/support/users/nicossty/)
 * (@nicossty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-border-lines-in-table/)
 * Hi, what code should I use to display border lines on my tablepress table?
 * thanks!
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-border-lines-in-table/#post-5932405)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * That should be possible with something like
 *     ```
       .tablepress-id-123 th,
       .tablepress-id-123 td {
         border: 1px solid #dddddd;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [nicossty](https://wordpress.org/support/users/nicossty/)
 * (@nicossty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-border-lines-in-table/#post-5932406)
 * That’s great Tobias, it worked!
 * cheers
 * nicos
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-border-lines-in-table/#post-5932407)
 * 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](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Adding border lines in table’ 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/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [lines](https://wordpress.org/support/topic-tag/lines/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/adding-border-lines-in-table/#post-5932407)
 * Status: resolved