It is very easy to turn off the users ability to resize the textarea. To turn off this feature, use the following css code. This is used to remove the users ability to resize the textarea. [css] textarea{resize: none} [/css] The two properties that can be used are max-width and max-height. This will give the …
Tag: Textarea resizing
Permanent link to this article: https://blog.openshell.in/2013/07/turn-off-resize-textarea/