Title: Error table
Last modified: August 31, 2016

---

# Error table

 *  Resolved [Dinhᵀᵛ](https://wordpress.org/support/users/dinhcode/)
 * (@dinhcode)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error-table/)
 * Hello,
 * i had add table but code show is error:
    `[table width ="100%" style="table-bordered
   table-hover" responsive ="true"]`
 * i had change to: `[table width ="100%" class="table-bordered table-hover" responsive
   ="true"]` is true
 * How to fix my error?
 * Thanks
 * [https://wordpress.org/plugins/easy-bootstrap-shortcodes/](https://wordpress.org/plugins/easy-bootstrap-shortcodes/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error-table/#post-6946113)
 * Hi,
 * Please check if you have installed any other Table plugin, then you can add **
   Shortcode Prefix under EBS Setting ** such as ebs_, then it will create shortcode
   like
 *     ```
       [ebs_table width ="100%" style ="table-striped table-bordered table-hover" responsive ="true"]
       [ebs_table_head]
       [ebs_th_column]Heading-1[/ebs_th_column]
       [ebs_th_column]Heading-2[/ebs_th_column]
       [/ebs_table_head]
       [ebs_table_body]
       [ebs_table_row]
       [ebs_row_column]Value-1[/ebs_row_column]
       [ebs_row_column]Value-2[/ebs_row_column]
       [/ebs_table_row]
       [/ebs_table_body]
       [/ebs_table]
       ```
   
 * Now it will not conflict with any other tables plugin.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Error table’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-bootstrap-shortcodes_c3b0c1.
   svg)
 * [Easy Bootstrap Shortcode](https://wordpress.org/plugins/easy-bootstrap-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-bootstrap-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/error-table/#post-6946113)
 * Status: resolved