I have a data containing a href in XML like the following,
But it doesn't work. I wonder how to make it work? Thanks.Code:<tag> If you don't understand this, please use <a href = "www.google.com"> this site </a> to find out </tag>
Printable View
I have a data containing a href in XML like the following,
But it doesn't work. I wonder how to make it work? Thanks.Code:<tag> If you don't understand this, please use <a href = "www.google.com"> this site </a> to find out </tag>
add the http:// like so:
<a href="http://www.google.com">this site</a>