Hi.. I know my question isn't related (exactly) to cfajax -- but I'm
close to being out of resources...so here it goes..
I have a site that is using an access database (I inherited it, so
don't blame me!). The data that is displays on screen has html code
in the database..but NOT as <br/> etc... but as <br/>. When I
view the page, is see the HTML code. (Not correct)
The question is HOW do I convert it back to <br/> so it is presented
correctly. If I was using xslt id use a disable-output-escaping
command.
A sample snippet is this:
<cfoutput query="pressArticle">
<p class="smallBlack">#prText#</p>
</cfoutput>
Is there a similar CF command???
Thanks!