Hello
On one of my forms I use .searchbox { instead of the textarea tag in the following way:
<font face="etc" size="etc" color="etc"><b>Message</b></font><br><input name="etc" value="<%= etc %>" class="searchbox"></p>
One limitation is that when the user types in the message box, the text goes on and on because there are no scrollbars. I think this might be something to do with wordwrapping.
Is there a value I can use with .searchbox { so that if the user types more than one line, a scrollbar would appear? In textarea we would normally use rows and cols.
Many thanks
laTortuga