Title: Hyperlink content
Last modified: August 21, 2016

---

# Hyperlink content

 *  Resolved [barcaxi](https://wordpress.org/support/users/barcaxi/)
 * (@barcaxi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-content/)
 * I’m trying to go to an URL when table content is clicked. But the hyperlink is
   being messed up.
 * For example:
 * [table caption="Just test table" width="500" colwidth="20|100|50" colalign="left
   |left|center|left|right"]
    head1 [attr onclick="document.location.href=’[http://www.google.com’"%5DGoogle](http://www.google.com’"%5DGoogle)[/
   table]
 * The HTML output renders this:
    … <td onclick=”document.location.href=’http: style
   =”text-align:left” >Google</td> …
 * When any forward slash (/) is in the URL it breaks the link.
 * Thanks for any help.
 * [https://wordpress.org/plugins/easy-table/](https://wordpress.org/plugins/easy-table/)

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

 *  Plugin Author [takien](https://wordpress.org/support/users/takien/)
 * (@takien)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-content/#post-5153516)
 * Will be fixed on next update.
 * If you want a quick fix. please do manual patch:
    edit `easy-table.php` file 
   on the Easy Table plugin directory
 * go to line 348
 * replace
    `preg_match('/\['.$this->option('attrtag').' ([^\\]\\/]*(?:\\/(?!\\])[
   ^\\]\\/]*)*?)/',$cell,$matchattr);`
 * with:
    `preg_match('/\['.$this->option('attrtag').' ([^\\]]*)/',$cell,$matchattr);`
 *  Thread Starter [barcaxi](https://wordpress.org/support/users/barcaxi/)
 * (@barcaxi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-content/#post-5153553)
 * Thank you 🙂

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

The topic ‘Hyperlink content’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [barcaxi](https://wordpress.org/support/users/barcaxi/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-content/#post-5153553)
 * Status: resolved