Title: Problems with tables
Last modified: August 31, 2016

---

# Problems with tables

 *  [roxer82](https://wordpress.org/support/users/roxer82/)
 * (@roxer82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/problems-with-tables/)
 * Hi,
    I’m having problems with the tables. Google’s Search Console says that I’ve
   got forbidden attributes like border, bgcolor and 13 more. Have you got an easy
   way to solve it? Thanks.
 * [https://wordpress.org/plugins/amp/](https://wordpress.org/plugins/amp/)

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

 *  [neotrope](https://wordpress.org/support/users/neotrope/)
 * (@neotrope)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/problems-with-tables/#post-7141186)
 * Those should not be in your HTML. Those should only be done with CSS classes 
   for modern HTML.
 * e.g.,
 *     ```
       <table class="table tableborderX">
       <tr class="trblue">
       <td class="tdred">Content</td>
       ```
   
 * Likely the only solution is to use a search/replace adventure for updating each
   of those in your mysql dbase, either through phpmyadmin or a dbase editor plugin(
   making sure you have a full backup of the dbase first!).
 * I’m dealing with this myself with the pesky align tag for centered paragraph 
   note at bottom of about 5% of our posts, usually related to a featured article
   editorial notice. Sigh.
 *  [neotrope](https://wordpress.org/support/users/neotrope/)
 * (@neotrope)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/problems-with-tables/#post-7141202)
 * I am going to try this plugin just to see if it works for this, although I know
   how to do it via phpmyadmin, it might be more convenient :
 * [https://wordpress.org/plugins/better-search-replace/](https://wordpress.org/plugins/better-search-replace/)
 * (MAKE BACKUP OF YOUR MYSQL DBASE BEFORE TOUCHING IT!)
 *  Thread Starter [roxer82](https://wordpress.org/support/users/roxer82/)
 * (@roxer82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/problems-with-tables/#post-7141227)
 * Thank you very much neotrope.

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

The topic ‘Problems with tables’ is closed to new replies.

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

## Tags

 * [Google Search Console](https://wordpress.org/support/topic-tag/google-search-console/)

 * 3 replies
 * 2 participants
 * Last reply from: [roxer82](https://wordpress.org/support/users/roxer82/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/problems-with-tables/#post-7141227)
 * Status: not resolved