Hello.
On a table :
I want the text of a link to be different from the link itself, while the address behind the link remains the same.
Or in HTML : <a href="myurlhere">my text here</a>
How do I ?
Help is appreciated.
Hello.
On a table :
I want the text of a link to be different from the link itself, while the address behind the link remains the same.
Or in HTML : <a href="myurlhere">my text here</a>
How do I ?
Help is appreciated.
Ok I had just found it...
There a column type "HTML".
Use this type to write HTML in there. Any other type will escape the HTML.
<a href="myurlhere">my text here</a>