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 …
July 2013 archive
Permanent link to this article: https://blog.openshell.in/2013/07/turn-off-resize-textarea/