How can i change the box size of the input of type text
<input type="text" id="text" name="text_name" />
Can i do that with editing css ?
thanks
home / developersection / forums / how to change the size of the input text box?
How can i change the box size of the input of type text
<input type="text" id="text" name="text_name" />
Can i do that with editing css ?
thanks
shreesh chandra shukla
20-Jul-2013size works as well:
<input size="25" type="text" />