Hi,
I have the editor set to the same background color as the website and the font color set to white like the website. But the problem is CKEditor is changing any <p>'s to:
I need the text to be white.
Digging through the code I can find some code:
/_source/plugins/clipboard/plugin.js
Tried searching and no joy, any help would be appreciated.
thanks
I have the editor set to the same background color as the website and the font color set to white like the website. But the problem is CKEditor is changing any <p>'s to:
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="color: rgb(42, 42, 42); font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; line-height: 15px;">....text....</span></span> to all the text.
I need the text to be white.
Digging through the code I can find some code:
/_source/plugins/clipboard/plugin.js
pastebin = ( CKEDITOR.env.webkit && ( bogusSpan = pastebin.getFirst() ) && ( bogusSpan.is && bogusSpan.hasClass( 'Apple-style-span' ) ) ? bogusSpan : pastebin );
Tried searching and no joy, any help would be appreciated.
thanks