I am using drupal 7 ckeditor for wysiwyg, i want to disable the feature of adding class from wysiwyg instead use inline styling.
Example:-
I want to replace this feature of ckeditor with
<p class="rtecenter"><strong>In Memoriam</strong></p>
this one
<p style="text-align:center"><strong>In Memoriam</strong></p>