Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
590 views
in Q2A Core by
Hi,

I've got a few users who seem to cut and paste answers (perhaps via Word) and this includes some formatting on font and size.

e.g: <span style="font-size: 9pt; font-family: Arial, sans-serif;">The answer</span>

Is there some way to strip this out and only allow formatting via the Q2A WYSIWYG editor? Primarily this is a visual annoyance (weird looking (small and non-standard font)) answers.
Q2A version: 1.6.3

1 Answer

0 votes
by

Is lower option(forcePasteAsPlainText) helpful for you? There will be side effect that is not pasted definitely when we copy and paste HTML document in this option.

http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forcePasteAsPlainText

...