Assign textarea.cols = 50 or use setAttribute("cols", "50") to adjust width programmatically.
textarea.cols = 50
setAttribute("cols", "50")
Lines: 0 | Characters: 0