Hi all, I have a Rich Text Editor which value (htmlText) is stored in a database.
With just typing anything in and not modifying the size, color etc. it always turns out like this: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"> When I output the data from the database with PHP, here is what it turns out to be: Link to image <http://img259.imageshack.us/img259/3638/flexhtmltexttp1.png> What's wrong?

