I actually meant HTMLCodeFormat(). Give HTMLEditFormat() a try as well.
----- Original Message -----From: Antonio RussoSent: Thursday, August 30, 2007 2:20 PMSubject: Re: [cfajax] CF Database HELP
Have you tried using the HTMLencodedFormat() to surround the variable? ----- Original Message -----From: pictureman20024uSent: Thursday, August 30, 2007 1:08 PMSubject: [cfajax] CF Database HELPHi.. 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!