avoid textarea rows/cols error?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-04-15T21:58:00Z Indexed on 2010/04/15 22:03 UTC
Read the original article Hit count: 223

Filed under:
|

I am using a few page validation tools one problem i have is they tell me textarea must have rows and cols attribute. If i am setting this in CSS or using display:none (and using it to hold raw text data) can i do something to skip? it seems like the only answer is rows="0" cols="0" each time i use it. But i have a feeling that is not a good solution.

© Stack Overflow or respective owner

Related posts about textarea

Related posts about html