I would like to know if there is a way to prevent people from adding their own HTML code to textareas.
I mean that they can use the buttons of the toolbar and do what they want with CKEditor, but I don't want that them to add their own HTML tags.
Of course, I will remove the "source" button, but that's not enough, they can add what they want. Is there a way to make a difference between HTML code generated by CKEditor and HTML tags added manually ?
My test page is here : http://www.lgv.on-web.fr/valinfotest/testcke.php
Please forgive my english, it is sometimes different to explain something in a foreign language.
Sun, 09/13/2009 - 17:15
#1
Re: Excluding other HTML markups
Re: Excluding other HTML markups
Thank you for your answer.
For instance, try this : http://www.lgv.on-web.fr/valinfotest/testcke.php Write some text, add manual html tags in it (for instance a simple <p align="center">blablabla</p>, click on "VISUALISER" then (ie : preview), on this page, click on "CLIQUER ICI". You'll be brought back to the first page (this is necessary in my site because there are not only two textareas) and you will see that the manual html tags are "included" in CKEditor textareas.