Hello, i wonder if there is some way to set maximum characters per row in textArea i don't want horizontal scrollbar if the characters are out of textArea width limits but must go on the next row ...only vertical if it's needed e.g. textAreaHTMLElement.value = "12345678901234567"; must produced the following view: +----------------+ |1234567890123| |4567 | +----------------+ best regards
