Discussion:
TEXT AREA ROWS IN HTML
(too old to reply)
SSG
2007-01-20 20:51:00 UTC
Permalink
In HTML , I need textarea box with 4 rows & 5 cols . But if I enter the
4 th row, it shouldnt allow 5 th row...

Only 4 rows should be accepted, can anyone tell me hw to creat text
box?
McKirahan
2007-01-20 21:57:25 UTC
Permalink
Post by SSG
In HTML , I need textarea box with 4 rows & 5 cols . But if I enter the
4 th row, it shouldnt allow 5 th row...
Only 4 rows should be accepted, can anyone tell me hw to creat text
box?
You can't.

http://www.w3schools.com/tags/tag_textarea.asp

However, you can restrict the number of characters
or line-feeds entered via "onchange" and scripting.

Loading...