Hi, All!
I have a problem with anchors when copy/paste text form MSWord.
In CKEditor anchor is not displayed when pasting from MSWord. In the source code there is no field name.
So is displaying links to the anchor link is written entirely
<a href="http://ckeditor.com/demo#_Toc324669846">List 1</a>
<p align="center">
<strong>List 1</strong></p>
but want it to be so
<a href="#_Toc324669846">List 1</a>
<p align="center">
<strong><a name="_Toc324669846">List 1</a>
</strong></p>
Help me,please!
Mon, 06/18/2012 - 06:59
#1
Re: problem with anchors when paste text from MSWord
Check out this ticket for solutions. You have various options, one of them being adding this code to config.js:
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: problem with anchors when paste text from MSWord
But there is a problem with the anchors. They are not inserted at all.
I tested four browser: IE, Opera, Firefox and Chrome. And none of these anchors are not inserted when you paste text from MSWord.