×
Close
Main navigation
Product navigation
Main content
CKEditor 4
Menu
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
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
Support
Last post
Sat, 09/09/2006 - 02:49
#1
elado86
Joined:
09/09/2006
Posts:
5
how to set up a background color?
if i want to set up the textarea background color to black for example, how can i do that?
thanks in advance
Thu, 08/14/2008 - 10:20
#2
litlove
Joined:
14/08/2008
Posts:
3
Re: how to set up a background color?
find out the css file
fckeditor/editor/css/fck_editorarea.css
and find out the row 2
/* it's default of fck */
body {fck_editorarea.cs... (line 2)
background-color:#fff;
/* you can modify 'background-color''s property at this */
margin:0px;
padding:5px;
}
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: how to set up a background color?
fckeditor/editor/css/fck_editorarea.css
and find out the row 2
/* it's default of fck */
body {fck_editorarea.cs... (line 2)
background-color:#fff;
/* you can modify 'background-color''s property at this */
margin:0px;
padding:5px;
}