Hi everybody
I have several text box and password boxes inside my html page:
[HTML]
<TR><TD>User ID:</TD> <TD><input type="text" name="userid" value="" size="20" /> </TD> </TR>
<TR> <TD>Password: </TD><TD> <input type="password" name="userpass" value="" size="20" /></TD></TR>[/HTML]
But when I display them in IE , they show as having different sizes (password field smaller in length)
Could you please help me solve this problem?
Many Thanks
Yara
I have several text box and password boxes inside my html page:
[HTML]
<TR><TD>User ID:</TD> <TD><input type="text" name="userid" value="" size="20" /> </TD> </TR>
<TR> <TD>Password: </TD><TD> <input type="password" name="userpass" value="" size="20" /></TD></TR>[/HTML]
But when I display them in IE , they show as having different sizes (password field smaller in length)
Could you please help me solve this problem?
Many Thanks
Yara
Comment