Loading...
 
Skip to main content
 Error
  • The search index could not be updated. The site is misconfigured. Contact an administrator.
    SQLSTATE[42000]: Syntax error or access violation: 1064 unknown table 'themes_tiki_org_main_662f2d31c33d4' in delete request
Tiki Design

Tiki Design


Re: FCKEditor Background Image -> Adjusting

posts: 17 United States

Answering my own question. This solution applies to TikiWiki 1.10, your mileage with earlier versions and an FCKEditor may vary.

The file needed is located in:

tiki_root/lib/fckeditor/editor/css/

The filename:

fck_internal.css

Here you want to override the HTML style and create a Body style to override as well... here's the basic one I used to set the background to white:

html
{
background: #ffffff;
background-image: none;
background-color: #ffffff;
min-height: 100%; #this was here by default
}
body
{
background: #ffffff;
background-image: none;
background-color: #ffffff;
}

There are no comments at this time.

Layout

Subscribe to Tiki Newsletters!

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other big news!
Contribute to Tiki

Site Config