Is there any way to limit lines in textarea tags like in IE ?
Printable View
Is there any way to limit lines in textarea tags like in IE ?
Do you mean the rows and columns attributes?
Perhaps you mean the text wrapping. There is an attribute (think it's called 'wrap') which you can set to ="virtual" if you want the text to wrap like it does in notepad if you turn wordwrapping on.
ThanX, that is exactly what I needed.
unfortunately netscape does not know wrap attribute.