wysiwyg removing br and adding nbsp

lawrence whittemore asked on January 20, 2020 21:48

Kentico keeps removing break tags on me and replacing them with non breaking spaces... how do I stop this behavior?

I have another thread from a year ago on this, but it didn't have a solution that seemed to work so I am posting again to hopefully get fresh eyes on it.

It seems to happen when I have 2 breaks before a div

Recent Answers


Brenden Kehren answered on January 20, 2020 21:57

You'd probably have to modify the /CMSAdminControls/CKeditor/config.js based on what the documentation on the CKEditor website says. It's most likely checking and seeing either some invalid HTML or part of the config is causing it to replace those. You could also take a look at this question on the CKEditor Site and see if it helps at all.

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.