Title: Table without borders
Last modified: August 22, 2016

---

# Table without borders

 *  Resolved [hennyschouten](https://wordpress.org/support/users/hennyschouten/)
 * (@hennyschouten)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-without-borders/)
 * I´d like to use a table for lay-out, but I see the borders, even if the border
   is 0.
    How can I hide the borders completely?

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

 *  [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-without-borders/#post-5863002)
 * Hi,
 * We have received your query and it is now being processed. We will get back to
   you on this forum as soon as we can.
 * Regards,
    BestWebSoft Support Team
 *  [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-without-borders/#post-5863036)
 * Greetings,
 * If you’d like to hide table borders, you can use one of these two options:
 * 1. Add an extra style to each <td> tag, i.e. instead of <td>, it will be necessary
   to write <td style=”border: none;”> (this should be done for each tag).
 * 2. Add the following style at the bottom of style.css file of your theme:
 * table.no-border,
    table.no-border tr, table.no-border td { border: none; }
 * When done, whenever you need to display the table without borders, you will need
   to add this class to the table tag <table>, i.e. instead of <table>, you’ll need
   to write <table class=”no-border”>.
 * Regards,
    BestWebSoft Support Team
 *  Thread Starter [hennyschouten](https://wordpress.org/support/users/hennyschouten/)
 * (@hennyschouten)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-without-borders/#post-5863042)
 * Yes, that does the trick!
 * Thank you so much – for the answer and the wonderful theme.
 *  [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/table-without-borders/#post-5863071)
 * Hi again,
 * You are most welcome! We are glad that your problem has been resolved. Please
   feel free to contact us with any questions in future.
 * Thank you for your kind words and have a great day!
 * Regards,
    BestWebSoft Support Team

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

The topic ‘Table without borders’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/green-garden/1.9/screenshot.png)
 * Green Garden
 * [Support Threads](https://wordpress.org/support/theme/green-garden/)
 * [Active Topics](https://wordpress.org/support/theme/green-garden/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/green-garden/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/green-garden/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/table-without-borders/#post-5863071)
 * Status: resolved