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
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
size works as well:
<input size="25" type="text" />