Hi!
I have an html question. I am creating an area where my users will type several words of text. They should be able to type up to 200 characters. How can I do one of these two things?
EITHER
create an "input text" element with word wrap and multiline capability
OR
create a "textarea" element with a cap of 200 characters
Thanks alot for your help!
PS: I know about the row and column attributes of the textarea element. I tried capping it that way, but that did not prevent me from typing >200 characters.
I have an html question. I am creating an area where my users will type several words of text. They should be able to type up to 200 characters. How can I do one of these two things?
EITHER
create an "input text" element with word wrap and multiline capability
OR
create a "textarea" element with a cap of 200 characters
Thanks alot for your help!
PS: I know about the row and column attributes of the textarea element. I tried capping it that way, but that did not prevent me from typing >200 characters.