how can the textbox width be reduced?
<input type="text" style="width:50px;"/>
Is not nice to define textbox width without using CSS, be warned ;-)
<input type="text" name="d" value="4" size="4" />
<input type="text" style="width:50px;"/>
Is not nice to define textbox width without using CSS, be warned ;-)
<input type="text" name="d" value="4" size="4" />