Home html disable the size of TextAREA

disable the size of TextAREA

Author

Date

Category

Html Textarea. How to remove the size change element on HTML or css ?


Answer 1, Authority 100%

CSS:

textarea {
   Resize: None; / * Forbid changing size * /
}

http://htmlbook.ru/faq/kak-zapretititiizmenenie-razmerov

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions