javascript - CKEditor Stylesheet in document -


we offering our customers html editor adjust email templates. email templates have custom stylesheet @ top.

something linke this:

<style type="text/css">  div, p, a, li, td { -webkit-text-size-adjust:none; text-decoration:none;} @font-face {font-family: 'elegible_nova_rgbold_italic';src: url('http://sub.example.com/mailing/defaultfiles/elegiblenova-boldit-webfont.eot');src: url('http://sub.example.com/mailing/defaultfiles/elegiblenova-boldit-webfont.eot?#iefix') format('embedded-opentype'),url('http://sub.example.com/mailing/defaultfiles/elegiblenova-boldit-webfont.woff') format('woff'),url('http://sub.example.com/mailing/defaultfiles/elegiblenova-boldit-webfont.ttf') format('truetype');font-weight: normal;font-style: normal;} </style> 

however, when loaded ckeditor css isn't in source of document. how can make sure css in "text area" , outputted well?

i'm using creditor 3.0

i'm not because haven't used ckeditor several years, believe need allow content specifically. ckeditor 4 goes further , strips more stuff out , requires additional setting configured.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -