It seems that in order to comply with XHTML requirements, the HTML text field should have the cols property. I want to use CSS instead, so I can just expand the text box to 100%style="width: 100%;"
How should I do this in a standard way?
source
share