I'm having a problem like this :
there're 2 textbox ( user name and password ), but they aren't the same size, i change each other's size but they seem can't be as the same, this's my HTML code :
CODE
<input id='InputText' name='UserName' value='' size='22'><br />
<input type='Password' id='InputText' name='UserName' value='' size='22'><br /><br />
<input type='Password' id='InputText' name='UserName' value='' size='22'><br /><br />
I hope someone can tell me how to solve this
Thanks