Display Link in Text field
MikeInSDOct 25 2011 — edited Oct 27 2011This seems like it should be simple. I have a field in a database table that holds a website URL such as 'http://www.google.com'. On a field I have a region with a text item called :P9_URL. A page process selects the data from the table into the item. I want this to display as a link. I tried to enclose the <a href> tag around the item during the select but all al get is the entire string (<a href> tags included) displayed in the item. How to I get this to be interpreted as a URL instead of plain text.
Thanks.