+ 1
how can i make this tearea a static size
<div> <form method="POST" action="http://formspree.io/web.hz.mail@gmail.com"> <input required type="email" name="email" placeholder="Your email required!"> <input type="name" name="user" placeholder="username or your name"> <input type="why" name="title" placeholder="title of post"> <!-- How do I make Item below static --> <textarea required name="message" placeholder="Your message" ></textarea> <input type="submit" value="Send"> </form> </div>
4 ответов
+ 1
I found the method I was looking for although Calvin's method also works very well. what I did to solve this problem was the line rows="numbers" cols="numbers"
+ 3
static width of element or static length of input?
0
Both with and hight
0
textarea { resize: none; }