Hi,
We want to restrict the height of the text editor area so that when user enters a new line it wont go beyond the height of text editor.
We have got rid of scrollbars using the "overflow:hidden;" in fck_editorarea.css.
But the problem is users can enter "enter" key(several times) and push the content down so it scroll down in the content area (without showing the scrollbars).
How do we restrict the number of rows user can enter in text area ?
Thanks
We want to restrict the height of the text editor area so that when user enters a new line it wont go beyond the height of text editor.
We have got rid of scrollbars using the "overflow:hidden;" in fck_editorarea.css.
But the problem is users can enter "enter" key(several times) and push the content down so it scroll down in the content area (without showing the scrollbars).
How do we restrict the number of rows user can enter in text area ?
Thanks