In a report I have the variable vURL = ('<a href="' + ColumnName +
'">Some Text</a>').If I print the report in html format it will display something like this <a href="http://www.ebay.com">Test</a> but if I right click on the page and go into view source it displays <a href="http://www.ebay.com">Test</a>. Is there an option to prevent the '<' from changing into '<' and '>' changing into '>' in the source code of the webpage because if I change '<a' to '<' and '>' to '>' in the source code of the webpage I can get a working hyperlink
