Hi.
How can I remove the horizontal scrollbar i the editor-area? In fckeditor.php this line shows:
$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0\" scrolling=\"no\"></iframe>" ;
How can I ensure that no horizontal scrolling is enabled?
Thanks.
How can I remove the horizontal scrollbar i the editor-area? In fckeditor.php this line shows:
$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0\" scrolling=\"no\"></iframe>" ;
How can I ensure that no horizontal scrolling is enabled?
Thanks.
Re: remove horizontal scroll
Step 2) Add the following line of code to the top of the file:
That should take care of your problem.
Re: remove horizontal scroll
Re: remove horizontal scroll
prepending..
the scroll bar disappears, as it places a line break?
I would like the textarea has an absolute width.
??
please help me ..