I addded width but still have the same results
CODE
<form action="<?php echo $_SERVER['PHP_SELF']?>" method="post">
<table border="0">
<tr><td>Username:</td><td>
<input type="text" name="username" size="10" width="210">
</td>
<tr><td>Password:</td><td>
<input type="password" name="pass" size="10" width="210">
</td>
<td colspan="2">
<input type="submit" name="submit" value="Login">
</td></tr>
</table>
</form>
I tried like this
CODE
<form action="<?php echo $_SERVER['PHP_SELF']?>" method="post">
<table border="0">
<tr><td>Username:</td><td>
<input type="text" name="username" width="210">
</td>
<tr><td>Password:</td><td>
<input type="password" name="pass" width="210">
</td>
<td colspan="2">
<input type="submit" name="submit" value="Login">
</td></tr>
</table>
</form>
it just makes them longer but the username box is still longer
QUOTE(Nykc @ 23 Jun, 2009 - 07:40 AM)

I can show you a screen in IE8. Everything looks fine.
As for IE6 - don't bother MS is dropping support, and IE6 now and days is like developing for Netscape Navigator 4 in 03. its obsolete.
yea I know but everyone in my office still uses it because they won't let them upgrade yet because they have some systems that only work with ie6.
let me check on another computer this is xp ie 8