Hi,
My users usually paste directly from email or Microsoft Word. CKEditor nnicely strips out all Word's horrible html formatting, but I also need to strip out all other html tags except pararagraphs.
The end result would be plain text with clear paragraphs.
Is this possible?
My users usually paste directly from email or Microsoft Word. CKEditor nnicely strips out all Word's horrible html formatting, but I also need to strip out all other html tags except pararagraphs.
The end result would be plain text with clear paragraphs.
Is this possible?
Re: Remove all html tags except <p>?
The only other character I need to remove is tab spaces. Is this possible?