I am using ckeditor 3.1 in an MVC application. If an html tag is empty then it places
in it.
i want to allow div tag as empty(<div></div>
), and no to be get inserted(<div> </div>
) . I have also used the latest code for ckeditor(3.3.1) but the same probelm persist.
Do we have to make some manual change in any particular file.
Please provide me the solution to allow empty tags using ckeditor.