Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using the CK editor to post the content. When I type simple text, it just appears as it was. However, when I copy the text from other websites like Wikipedia, an empty paragraph is rendered in the beginning of the string, which is making my page look odd. I have tried using trim, and preg_replace. But I did not find any solution.

Please suggest some method to overcome this issue.. Thanks

share|improve this question
I think something like pasteFromWordCleanupFile is what you might need... – JKirchartz Oct 7 '12 at 3:12

migrated from programmers.stackexchange.com Oct 7 '12 at 2:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.