Dear,
i use CKeditor on my oscommerce webshop.
I downloaded the last package and installed it everything works except the double enter
Now is the problem when i insert tekst like this.
This is the tekst
This is the tekst
This is the tekst
This is the tekst
He saves it as:
This is the tekst
This is the tekst
This is the tekst
This is the tekst
I tried editing the code trough CKeditor.
I see the br and remove this then save it again, and the double enter is back.
I cannot find the sollution, i tried to adjust the config.js
Butt no result
Also when i add a image and adjust the format and then save, he putts the image back to his original format.
I hope someone can help me, i have been looking for weeks to get it right.
Thank you
With kind regards
Twindaddy
i use CKeditor on my oscommerce webshop.
I downloaded the last package and installed it everything works except the double enter
Now is the problem when i insert tekst like this.
This is the tekst
This is the tekst
This is the tekst
This is the tekst
He saves it as:
This is the tekst
This is the tekst
This is the tekst
This is the tekst
I tried editing the code trough CKeditor.
I see the br and remove this then save it again, and the double enter is back.
I cannot find the sollution, i tried to adjust the config.js
Butt no result
Also when i add a image and adjust the format and then save, he putts the image back to his original format.
I hope someone can help me, i have been looking for weeks to get it right.
Thank you
With kind regards
Twindaddy
Re: Double Enter Problems
It might be a bit drastic, but try adding this code to your config.js file (one of them is bound to get the job done):
Also check out this ticket:
http://dev.ckeditor.com/ticket/8581
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Double Enter Problems
Thank you for this reply, where must i place the code at the bottom of the config file?
I tried that butt nothing happend.
The links you give me was no sollution for me, i read those and give me no sollution.
With kind regards
Twindaddy
Re: Double Enter Problems
when i add the following line my Editor stop working
writer.lineBreakChars = '';
when i remove it my editor comes back butt still the same problem
With kind regards
Twindaddy