Hi,
thanks for your question, and sorry for the trouble. As these are English-language forums, I’ll reply in English. That way, more people can benefit from our discussion, I hope that’s ok.
From what I can see, there are actually small errors in the link syntax. For example, there is the link
<a href="https://www.goshinkan.de/?page_id=148"></a>Krav Maga & Ryukyu Kempo for Ladies</a>
Note how that directly has a </a> after the <a href=...> tag, which closes the link. The second </a> at the end of that cell is then ignored.
You will always need the syntax
<a href="...">Text</a>
Regards,
Tobias
Now it is working fine.
The Problem is, the button to enter the link did it fine the first time, but didn’t it well on all the other cells, who knows why. You have to correct it manually for all the other cells.
Thank you now it is working.
Hi,
that would be strange. That button uses code from WordPress directly (so that I didn’t have to program this again), so it should be pretty reliable.
Regards,
Tobias
Well it worked, now I have to solve my other problem with the picture being the link to use in tablePress thank you very much
Hi,
that’s good to hear! Let’s work on the other problem in the other thread (even though that cause seems to be exactly the same).
Regards,
Tobias