We can use css to easily remove the resize grip shown on multi line text boxes as shown below.
<style type="text/css">
textarea {
resize: none;
}
</style>
Cheers,
Samitha
<style type="text/css">
textarea {
resize: none;
}
</style>
Cheers,
Samitha
No comments:
Post a Comment