- 1
Can someone pls tell me how to increase the width of search input.
I was working on a code. I then wanted to add a search input but it was small. Then I decided to add width:; but it only increased the thickness of the line around the search input. PLS HELP.
7 Answers
+ 2
< input size="50">
use size attribute in your input tag, the default size is 20
or you can use an another tag called "textarea"
+ 2
NonStop CODING thanks
+ 2
You can also use padding. But height and width also work
+ 1
Elijah Adebanwo
use css for that
<input size="50" style="height: 100px">
+ 1
Thx a lot.
0
What about the height?
0
Ok thx