In the form, how can I prevent the
Write in css
texearea {
resize: none;
}
Correct solution in css:
texearea {
resize: none;
}
Write
texearea {
resize: none;
}
My current code is
Change it to textarea{resize:none; rows="10" cols="50"}?
< ;html>
request.getRemoteURI();
[Quote=Quote 4th floor’s reply:]
It doesn’t seem to work. I followed what I wrote above, but it doesn’t work.
It’s because textarea is written as texearea
texearea {resize: none;}
textarea {resize: none;}