Title: Table Borders
Last modified: August 21, 2016

---

# Table Borders

 *  Resolved [cejimenez](https://wordpress.org/support/users/cejimenez/)
 * (@cejimenez)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-borders-1/)
 * I am trying to create tables at the editor using no border at all, the the theme
   shows a border any way. How to correct it?

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

 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-borders-1/#post-4242572)
 * hello, can you please provide me with a link to your website so I can see the
   problem?
 * thank-you
 *  Thread Starter [cejimenez](https://wordpress.org/support/users/cejimenez/)
 * (@cejimenez)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-borders-1/#post-4242582)
 * OK.
 * Here two links:
 * [http://www.followup.cl/sitio/](http://www.followup.cl/sitio/)
 * please see the table border at the bottom where the three small pics are, and;
 * [http://www.followup.cl/sitio/estudios-2/](http://www.followup.cl/sitio/estudios-2/),
   page that I am testing and borders appear again.
 * Thanks
 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-borders-1/#post-4242590)
 * ok the border can be changed in the following code in the style.css
 *     ```
       .entry-content tr td, .comment-content tr td {
       border: 1px solid #d9d9d9;
       border-width: 1px 0 0 1px;
       padding: 0.5em 1.25em;
       }
       ```
   
 *     ```
       .entry-content table, .comment-content table {
       border: 1px solid #d9d9d9;
       border-left-width: 0;
       margin: 0 -0.083em 2.083em 0;
       text-align: left;
       width: 100%;
       }
       ```
   
 *  Thread Starter [cejimenez](https://wordpress.org/support/users/cejimenez/)
 * (@cejimenez)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-borders-1/#post-4242649)
 * Great. Thanks
 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-borders-1/#post-4242658)
 * no problem

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

The topic ‘Table Borders’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/bota/2.5/screenshot.png)
 * Bota
 * [Support Threads](https://wordpress.org/support/theme/bota/)
 * [Active Topics](https://wordpress.org/support/theme/bota/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/bota/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/bota/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Template Express](https://wordpress.org/support/users/danstriker/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/table-borders-1/#post-4242658)
 * Status: resolved