|
|||||||
![]() |
Forum Index > glFusion > Theme Support |
|
|
fckeditor background
|
|||
| | | Printable Version |
|
Goofy | ||||||||
|
Can you tell me where to change the background in fckeditor. Thanks |
![]() Chatty Group Comfort Level:: +1 ![]()
Registered: 02/24/10 |
||||||||
|
|||||||||
|
Geiss | ||||||||
|
Have a look in public_html/fckeditor/editor/css/fck_editorarea.css. You'll want to adjust the body selector below to your liking: PHP Formatted Code body{ background-color: #ffffff; padding: 5px 5px 5px 5px; margin: 0px; }
|
![]() Admin Group Comfort Level:: +57 ![]() ![]()
Registered: 02/15/07 |
||||||||
|
|||||||||
|
Mark | ||||||||
|
The editor's colors are inherited form the body style. Try this in your style.css and let's see if makes a difference: PHP Formatted Code body { background:#FF0000; font:76% arial,verdana,tahoma,helvetica,sans-serif; text-align:left; margin:0; padding:0; color: #FFFFFF !important;/*UKJ HVID TEKST*/ }
glFusion - Enhanced Content Management |
![]() Admin Group Comfort Level:: +104 ![]() ![]()
Registered: 10/21/05 |
||||||||
|
|||||||||
|
Goofy | ||||||||
|
Hi and thanks, Thanks |
![]() Chatty Group Comfort Level:: +1 ![]()
Registered: 02/24/10 |
||||||||
|
|||||||||
|
Ero | ||||||||
|
Hmmm how to solve this (see image). PHP Formatted Code body {background:#red; font:76% arial,verdana,tahoma,helvetica,sans-serif; text-align:left; margin:0; padding:0; } To: body { background-color:black !important; background:url(layout/fESTIHOUSe/images/bg.png) 0 0 !important; background-repeat:repeat-x !important; background-attachment:fixed !important; background-position:top !important; font:76% arial,verdana,tahoma,helvetica,sans-serif; text-align:left; margin:0; padding:0; }
|
![]() Regular Member Group Comfort Level:: +3 ![]() ![]()
Registered: 09/09/09 |
||||||||
|
|||||||||
|
Mark | ||||||||
|
Just to make sure I understand what you want to accomplish....You want to have an image as the page background, but have a standard white background with black text for the editor? glFusion - Enhanced Content Management |
![]() Admin Group Comfort Level:: +104 ![]() ![]()
Registered: 10/21/05 |
||||||||
|
|||||||||
|
Ero | ||||||||
|
Exactly! |
![]() Regular Member Group Comfort Level:: +3 ![]() ![]()
Registered: 09/09/09 |
||||||||
|
|||||||||
|
Mark | ||||||||
|
What I would do is this: HTML Formatted Code <body style="background:url({site_url}/ayout/fESTIHOUSe/images/bg.png) 0 0;">
glFusion - Enhanced Content Management |
![]() Admin Group Comfort Level:: +104 ![]() ![]()
Registered: 10/21/05 |
||||||||
|
|||||||||
|
Ero | ||||||||
|
Worked like a charm! Thanks alot! PHP Formatted Code <body style="background:url({site_url}/layout/fESTIHOUSe/images/bg.png) 0 0;">
PHP Formatted Code <body dir="{direction}" style="background:url({site_url}/layout/fESTIHOUSe/images/bg.png) repeat-x fixed top;">
|
![]() Regular Member Group Comfort Level:: +3 ![]() ![]()
Registered: 09/09/09 |
||||||||
|
|||||||||
|
| All times are CDT. The time is now 11:57 am. |
|
|