PDA

View Full Version : Textarea scrolling


rwebernick
11-14-2002, 06:37 AM
I need to set up a textarea so that the user can only type in the initial space availabe. It should not scroll at all. Is this possible? I know how to remove the scrollbar, but it will still scroll with you as you type more than the textarea can hold. Any help would be greatly appreciated. Thanks.

BoR|S
11-15-2002, 03:51 AM
Hmm... you can limit the number of the characters you want to be inputed... but then there is another problem, if someone will use big fonts, it will still scroll...