Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
CKEditor
Last post
Tue, 07/27/2010 - 19:48
#1
kencorey
Joined:
19/03/2010
Posts:
21
How-to: Adding extern custom css file inside the editor...
http://mysite.com/doc.css
Tue, 07/27/2010 - 23:53
#2
comp615
Joined:
02/07/2010
Posts:
295
Re: How-to: Adding extern custom css file inside the editor.
I mean I guess it works, you can also safely just set:
CKEDITOR.config.contentsCss = your.css
Or maybe you have something more complex going on in which case pushing an array works too I think
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: How-to: Adding extern custom css file inside the editor.
CKEDITOR.config.contentsCss = your.css
Or maybe you have something more complex going on in which case pushing an array works too I think