2 ways to do it: IN CSS: textarea { resize: none; } OR IN HTML: <textarea style="resize:none">...</textarea>