Can anyone tell me, in which file i can margin-left the whole FCK-Textarea. I have searching to some *.css but i cant find the answer.
So I am looking for the Place where i can inside some code like
to have some more space in the left area.
Thanx goodies
So I am looking for the Place where i can inside some code like
margin-left : 1.5em;
to have some more space in the left area.
Thanx goodies

Re: Way to margin-left the whole FCK-Textarea
#mainContent div.FCKEditor { margin: 0 -14px 0 -6px; /* the editor border needs space for its border, padding and scroll bars (on right) */ }http://wiki.fckeditor.net/