Hi
I have installed the CKEDITOR provider.
Some code is not visible in the CKEDITOR
See below the difference between the standard dnnradeditor and the ckeditor.
Can you make an option that all the code is visible?
Code when in "Source" with the CkEditor provider
<div class="animate-expandup expandUp">
<ul class="list1">
<li><a href="link to a page" title="page title">FAQ</a></li>
</ul>
</div>
Code when in "HTML" mode with the DNN rad editor.
<div class="animate-expandup expandUp">
<ul class="list1">
<li>__<span class="icon-attention-alt fontcolor">__</span> <a href="link to a page" title="page title">FAQ</a></li>
</ul>
</div>
Regards, Ton
I have installed the CKEDITOR provider.
Some code is not visible in the CKEDITOR
See below the difference between the standard dnnradeditor and the ckeditor.
Can you make an option that all the code is visible?
Code when in "Source" with the CkEditor provider
<div class="animate-expandup expandUp">
<ul class="list1">
<li><a href="link to a page" title="page title">FAQ</a></li>
</ul>
</div>
Code when in "HTML" mode with the DNN rad editor.
<div class="animate-expandup expandUp">
<ul class="list1">
<li>__<span class="icon-attention-alt fontcolor">__</span> <a href="link to a page" title="page title">FAQ</a></li>
</ul>
</div>
Regards, Ton