I want text to be pasted from Word as plain text, and have the options in fck_config.js file set accordingly. However, whenever something is pasted from Word into FCK, the text is automatically wrapped in <P> tags, which can't be removed in the editor window itself, even if you delete all the text. This happens even if it's one sentence pasted from Word to FCK.
Is there any way to prevent this?
I'm using version 1.x.
Is there any way to prevent this?
I'm using version 1.x.
RE: Remove <P> Tags after Paste
I wish there was ...
Its really annoying to have those <p></p> tags, because my site has css styles for paragraphs, and I just want plain text out of this editor.
I suppose I'll have to use PHP to strip them off before storing the text on my database. I think I'll report it as a bug, though.