Hi everybody !
I have a little probleme using FCKeditor, i have my text area made by FCKeditor everything works correctly but when i put the content of the text area in my database, all the html balises have disappeared .
Thanks.
Fri, 05/02/2008 - 01:01
#1
Re: How to keep the html balises
<div>some <b>text</b></div>
, what do you see in the database:
1. some text
2. <div>some <b>text</b></div>
3. div some b text b div
If none of the above, list your case. Also, when you say "in my database", do you mean that you access your database directly or through some web interface?