Hi,
thanks for your question, and sorry for the trouble.
When inserting links directly within TablePress, I suggest to use the “Insert Link” button below the table. Then, make sure the enter the link text into the corresponding field. The HTML code in the table should then look like this:
<a href="http://...">Link Text</a>
In your case, you have the link text before the <a> part.
As for the Excel import: The problem here is that links in Excel are not HTML code, therefore, the import does not see them. You could however play around with an Excel macro to create HTML links in Excel. See e.g. for example code by another plugin user: http://ww.wp.xz.cn/support/topic/hyperlinks-in-cells?replies=6#post-4710730
Regards,
Tobias
Hi Tobias–
Thank you for your very prompt reply.
Can you please rewrite the link below in a correct fashion, as an example?
Thanks!
Accordion Baby Bottle<a href=”http://www.sparkawards.com/galleries/index.cfm?entry=C3465518-D88F-41BB-9D9C48B0DAF6CB1B”
As to the Excel advice, thanks, but over my head, as they say in the States!
Hi,
That example link is actually missing a small piece, but I’ll fix that according to the other links in your table. It should read
<a href="http://www.sparkawards.com/galleries/index.cfm?entry=C3465518-D88F-41BB-9D9C48B0DAF6CB1B" target="_blank">Accordion Baby Bottle</a>
Regards,
Tobias
Thanks! I’ll get to work on it.
And contibute!!
All Best–
–Peter
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!