Trying to resize both the username and password text boxes displayed on the index page. I have changed "login_form.html" using the following code but it makes no difference to the display.
<input type="text" name="username" size="5" value="<%username%>">


