SyntaxFix
Write A Post
Hire A Developer
Questions
example of textarea for disable the resize option
<textarea CLASS="foo"></textarea> <style> textarea.foo { resize:none; } </style>