Stop WYSIWYG Editor Auto-Change Feature

Siavash Mortazavi asked on August 20, 2015 23:58

Hi,

I'm pasting some HTML code in an "Editable Text" Web part by hitting the Source button that let me paste HTML.

Unfortunately, the editor applies some changes in HTML that makes my CSS styles invalid. Is there a way to stop the editor doing this?

Thank you, Sia

Recent Answers


Suneel Jhangiani answered on August 21, 2015 02:43

I'm guessing you are seeing this with empty tags (ie. <i class="fa-icon"></i>)

You can get around this by editing the CKEditor config file under the CMSAdminControls. For more details see http://stackoverflow.com/questions/18250404/ckeditor-strips-i-tag

0 votesVote for this answer Mark as a Correct answer

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