Title: How show Table Borders ?
Last modified: August 21, 2016

---

# How show Table Borders ?

 *  Resolved [makrandmane](https://wordpress.org/support/users/makrandmane/)
 * (@makrandmane)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/)
 * I am using Platform wordpress theme,
 * I am trying to add simple HTML table in my post, I have written a code in Text
   section and its showing perfectly in Visual section, but when I preview the post
   its not showing any border for tablet, apart from border its not showing any 
   kind of style like alignment, italic, text size etc,
 * Style is looks ok with Theme but How to show Table Borders ?
 * Pelase help ..

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/#post-4029252)
 * We’d need to see your site to help with CSS.
 *  Thread Starter [makrandmane](https://wordpress.org/support/users/makrandmane/)
 * (@makrandmane)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/#post-4029256)
 * [http://208.52.191.18:8888/wiki/](http://208.52.191.18:8888/wiki/)
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/#post-4029260)
 * I don’t see a table on that page.
 *  Thread Starter [makrandmane](https://wordpress.org/support/users/makrandmane/)
 * (@makrandmane)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/#post-4029262)
 * I am trying to add but its not showing any border, right now my post in draft,
   I will publish that
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/#post-4029268)
 * You need to add CSS to show the borders – try:
 *     ```
       .hentry table,
       .hentry table td,
       .hentry table th
       {
           border: 1px solid black;
       }
       ```
   
 * CSS reference:
 * [http://www.w3schools.com/css/css_table.asp](http://www.w3schools.com/css/css_table.asp)
 *  Thread Starter [makrandmane](https://wordpress.org/support/users/makrandmane/)
 * (@makrandmane)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/#post-4029279)
 * Thank buddy, its working

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

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

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

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [makrandmane](https://wordpress.org/support/users/makrandmane/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/how-show-table-borders/#post-4029279)
 * Status: resolved