my ckeditor has this configuration: config.allowedContent = true;
If I insert this code into my editor:
<a href="#" class="circle large border"> <span class="icojam_anchor"></span> </a>
this is a simple link with span content
The script will be remove. Why? I need to disable the HTML correction. Is it possible?
Thanks Luca