How can I disable the leading whitespace in an input field? It has to be the leading whitespace only. Other whitespaces should be allowed.
Also, it has to be done by using the field's id rather than name.
Code:<input name="info" type="text" id="newinfo" size="30" class="input" maxlength="30">
Bookmarks