I am trying to include a hyperlink in XML that follows a text I wrote
My code is as follows:
<PROPERTY name="google" value="This is a Sample description that explains how to connect to google to go to google simply" date="10/22/2021 22:05"/>
What I want to do is to add the word 'CLICK_HERE' after the word simply and when the user clicks on it it takes them to https://google.com
Any help would be much appreciated.
Thank you