change the size of login input box
Hi all,
I want to change to size of the login in put text box bigger. It looks like this codes are in the vbulletin.style file. I tried to change to size="25", but it still display the same. Is there some where else I need to change also?
Please advise.
Thanks,
-----------------------------------------------------
<td nowrap><smallfont><b>Not cookied?</b><br>Login with username and password:</smallfont></td>
</tr><tr>
<td nowrap><input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="login">
<input type="text" class="bginput" name="username" size="25">
<input type="password" class="bginput" name="password" size="25">
<input type="submit" class="bginput" value="Login!"></td>
|