Title: insert link
Last modified: August 21, 2016

---

# insert link

 *  Resolved [italianclarion](https://wordpress.org/support/users/italianclarion/)
 * (@italianclarion)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/insert-link-2/)
 * Hi
    my table at: [http://www.italianclarion.com/home/itineraries/gran-fondo-weekends](http://www.italianclarion.com/home/itineraries/gran-fondo-weekends)
   has links in the 1st column rows 2 to 25. The links were inserted with the insert
   link button. After saving the table & uploading, the links are not there. Can
   you help resolve this issue? Thanks Julian
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/insert-link-2/#post-4334118)
 * Hi Julian,
 * thanks for your post, and sorry for the trouble.
 * As it seems, the links don’t have a link text, or better, the link HTML is written
   right in the link text for some reason…
    You will need to move the text from 
   in front of the `<a href=...` part and from after the `</a>` part to before the`
   </a>` part of the cell content. For example,
 *     ```
       Gf Laigu<a href="http://www.ciclocircuiti.it/liguria/liguria_2012.htm" target="_blank"></a>eglia
       ```
   
 * should become
 *     ```
       <a href="http://www.ciclocircuiti.it/liguria/liguria_2012.htm" target="_blank">Gf Laigueglia</a>
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘insert link’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [hyperlink](https://wordpress.org/support/topic-tag/hyperlink/)
 * [insert link](https://wordpress.org/support/topic-tag/insert-link/)
 * [link](https://wordpress.org/support/topic-tag/link/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/insert-link-2/#post-4334118)
 * Status: resolved