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
<li><a href="link to a page" title="page title">FAQ</a></li>
Code when in "HTML" mode with the DNN rad editor.
<li><span class="icon-attention-alt fontcolor"></span> <a href="link to a page" title="page
Regards, Ton
Comments: ** Comment from web user: tha_watcha **
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
<li><a href="link to a page" title="page title">FAQ</a></li>
Code when in "HTML" mode with the DNN rad editor.
<li><span class="icon-attention-alt fontcolor"></span> <a href="link to a page" title="page
Regards, Ton
Comments: ** Comment from web user: tha_watcha **
> In the rich editor mode, the icons in the code are not visible.
That is because the css that displays the icons is not loaded in the editor, you need to load the css via the contentCSS setting.
with the buttons its the same issue, as with the em and span tags...
```
[( /<button class[\s\S]*?>/g ),( /<\/button>/g )]
```