hi,
i want to change the background color of the textarea, but i don't know how.
i've tried to edit the editor IFRAME line:
$Html .= "<iframe id.....
and the textarea line:
$Html .= "<textarea name=....
from the file fckeditor.php
but doesn't work.
someone know how change it?
thanks
i want to change the background color of the textarea, but i don't know how.
i've tried to edit the editor IFRAME line:
$Html .= "<iframe id.....
and the textarea line:
$Html .= "<textarea name=....
from the file fckeditor.php
but doesn't work.
someone know how change it?
thanks
RE: change css on texarea
Re: change css on texarea
I changed the value of the bgcolor but it does not work, are there any other method?
thank you
Re: change css on texarea
body
{
background-color: #000002;
height:749px;
padding: 5px 5px 5px 5px;
margin: 0px;
}
However, it will also change the bgcolor tabs "style", "size", "format" and "police".
I will further my research on how to solve this problem.
Re: change css on texarea
Change classes:
. SC_FieldLabel (menu)
. SC_Item, . SC_ItemSelected (menu déroulant)
Change the value: background-color: # ffefff;
Re: change css on texarea
<textarea style="background-color=red;"></textarea>
Re: change css on texarea
style option is better to use in one line for example.
<td style="background-color: #FF0000; padding-top: 5px;">