Is there a way to insert HTML into a database text field so that when the text is displayed (say, in a SQLTABLE), the browser renders the HTML? For example, I insert:
<a href="http://psychovisual.com">Psychovisual.com</a> into a database text field, but it's not rendered. Thanks, Richard