I have some data from a website stored in a MYSQL database. Instead of
<cfoutput> formatting the text into html it just displays
<div id="rightcontent">
<CENTER>
<h1>BICYCLE SAFETY</h1></center>
instead of rendering it into tags and merging into html
any ideas?
Not Nick - 31 Mar 2006 02:59 GMT
Quite sure the < and > are replaced with < and > check the databse directly to see if it is stored that way, if so, it is not a CF problem directly.