Hi, I have a quick question. Is there a way to remove all formatting and all styles from a text? (including h1, p and so on). Im my fckconfig.js i have:
But when i select a piece of text, let's say <h1>Hello</h1> and press Remove Format, the <h1> tag is still there. Long story short, is there a way to remove all formatting
FCKConfig.RemoveFormatTags = 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup, tt,u,var,h1,h2,h3,p';
But when i select a piece of text, let's say <h1>Hello</h1> and press Remove Format, the <h1> tag is still there. Long story short, is there a way to remove all formatting