What kind of (x)HTML tags does ckeditor allow? And which tags don't they allow to be used?
A:
CKEditor doesn't filter on tags. You could write a plugin to do that, but the best way is to filter your data at the server with a tool like HTMLPurifier
AlfonsoML
2010-03-08 18:13:00