Title: [Plugin: Easy Table] colspan seems problematic
Last modified: August 20, 2016

---

# [Plugin: Easy Table] colspan seems problematic

 *  Resolved [meetgaurang](https://wordpress.org/support/users/meetgaurang/)
 * (@meetgaurang)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-easy-table-colspan-seems-problematic/)
 * Border for row separation comes missing when colspan is being used.
    Please try
   below code,
 * [table]
    Empire Name, Founded In Banking Domain [attr style=”colspan:2″] Royal
   Bank Of Scotland,1727 UBS,1854 [/table]
 * [http://wordpress.org/extend/plugins/easy-table/](http://wordpress.org/extend/plugins/easy-table/)

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

 *  [chisler](https://wordpress.org/support/users/chisler/)
 * (@chisler)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-easy-table-colspan-seems-problematic/#post-3054399)
 * Try this:
 *     ```
       [table]
       Empire Name, Founded In
       Banking Domain [attr colspan="2"]
       Royal Bank Of Scotland,1727
       UBS,1854
       [/table]
       ```
   
 *  Plugin Author [takien](https://wordpress.org/support/users/takien/)
 * (@takien)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-easy-table-colspan-seems-problematic/#post-3054402)
 * [@meetgaurang](https://wordpress.org/support/users/meetgaurang/), colspan is 
   independent cell attribute, not part of style attr. So, you should use `[attr
   colspan="2"]` instead of `[attr style="colspan:2"]`
    thanks **chisler**.

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

The topic ‘[Plugin: Easy Table] colspan seems problematic’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [takien](https://wordpress.org/support/users/takien/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-easy-table-colspan-seems-problematic/#post-3054402)
 * Status: resolved