Kim Hoopingarner wrote: > Yes - I did all the debugging already. I see in MYSQL the <br /> that > FCKEditor submitted. So the page submit inserted it fine. > > My problem is when I do a SELECT * FROM TABLEA. The SELECT is removing the > <br />. And the form trying to display that column loses its formatting. > > Then it's not a FCKEditor issue at all - it's a MySQL issue.
Have you tried creating a standalone script, that all it does is query your MySQL table directly - i.e. "select (your content field) from (your table) where (whatever field) = (whatever ID)", and then display that content in a textarea? Meaning, you're only querying JUST what you're after, directly. Try that and see if you get the exact same result, i.e. no <br /> tags at all. If that works, then maybe you should narrow your query down from the all-purpose "select *". ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290010 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

