Hello.
I do not know English, so I can not use the forum, sorry. Please tell me how to make Ckeditor not change the html code? Do not change - absolutely.
Thank you.
Firstly, CKEditor will always change some of the code because it abides by W3C rules. Even browsers change code. But if you want to preserve as much of it, you need to turn off ACF (not recommended). Also, depending on what you're trying to input through CKEditor, you might need to use protectedSource. You can also play around with the output formatting.
Firstly, CKEditor will always
Firstly, CKEditor will always change some of the code because it abides by W3C rules. Even browsers change code. But if you want to preserve as much of it, you need to turn off ACF (not recommended). Also, depending on what you're trying to input through CKEditor, you might need to use protectedSource. You can also play around with the output formatting.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Thanks for the help.
Thanks for the help.