how can the textbox width be reduced?

svk picture svk · Oct 28, 2009 · Viewed 108.5k times · Source

Can I reduce the textbox width without using classes?

<input type="text" maxlength="5" style="3px"/>

Answer

Faruz picture Faruz · Oct 28, 2009
<input type="text" style="width:50px;"/>