i know this is a bit of a basic question, but is there a way of reducing the size of an input box on a form?? in this case the username and password boxes.
<form>
<tr>
<td width="30"><p class="leftBar">Username</p></td>
<td width="30"><input type="text" name="username"></td>
</tr>
<tr>
<td><p class="leftBar">Password</p></td>
<td width="30"><input type="password" name="password"></td>
</tr>
</form>
thanks for the help.