Log in or register to post comments
Change Backroundcolor of textarea and other beginnerquestion
Hello,

i use ckeditor included in webyet and i've no changes done....

My problem is that the website ist black and i want see the changes and so i should change the background of the textarea to #000000.

1. I've changed in /ckeditor/contens.css
body
{
   /* Font */
   font-family: Arial, Verdana, sans-serif;
   font-size: 12px;

   /* Text color */
   color: #ffffff;

   /* Remove the background color to make it transparent */
   background-color: #000000;
}

ol,ul,dl
{
   /* IE7: reset rtl list margin. (#7334) */
   *margin-right:0px;
   /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 40px;
}

but no effect.

2. The preview has also a white background and it should be also black

3. I want also the toolbar in one line and not in three lines

4. How can i set that an image could be resized in the textarea

It would be glad if someone help me....

If it is nessasary i can give an ftp-access

Best wishes from Germany

P.S. Pls forgive my bad spelling - english is not my motherlanguage.....