hey all
i use fck editor on a www page, and when users submit the form i save it in an access-database.
the problem is that lots of <font size>, <p> and <div> tags are saved into the text they submit, and it gives me a problem when i display the submitted content from the database.
bold, italic, and underline are allowed.
Is there a way to turn the font, paragraph and div-stuff of in the editor?
John
i use fck editor on a www page, and when users submit the form i save it in an access-database.
the problem is that lots of <font size>, <p> and <div> tags are saved into the text they submit, and it gives me a problem when i display the submitted content from the database.
bold, italic, and underline are allowed.
Is there a way to turn the font, paragraph and div-stuff of in the editor?
John
Re: Problem with font tags and div tags
If you mean by the intention of stripping those tags on the output xhtml, yes, it's possible in v3 since we've introduced a filtering mechanism for this kind of customizating, documentation will be coming soon here.
Re: Problem with font tags and div tags
Im not sure what i mean
Its when a user for example writes
hello world
in the editor - when he press "post message" i can see that <p><font face blah blah>hello world</font></p> is saved too.