Adding custom styles to ckeditor
Posted
by Roland
on Stack Overflow
See other posts from Stack Overflow
or by Roland
Published on 2010-01-20T16:06:09Z
Indexed on
2010/03/29
14:53 UTC
Read the original article
Hit count: 299
ckeditor
I recently added CKEditor to my app, I'm new to CKEditor and I would like to include my own css style sheets within the editor so that I can select them within the editor.
Ho do I accomplish this my code sofar looks like this
<script type="text/javascript">
CKEDITOR.replace( 'editor1',{
uiColor : '#9AB8F3',
});
</script>
© Stack Overflow or respective owner