Add clickable "hyperlinked" text to an Update Request Message

How can add clickable "hyperlinked" text to an Update Request Message

Change this

Click http://www.ebay.com to be taken to the link

To this

Click HERE to be taken to the link


The html code is

<A HREF="http://www.ebay.com">This will show as clickable</A>

Answers