I have two text boxes in a table, one of them is textmode=password. When I apply this, the size of the password textbox is shorter than the ordernary text box, how do I make them equal?
Printable View
I have two text boxes in a table, one of them is textmode=password. When I apply this, the size of the password textbox is shorter than the ordernary text box, how do I make them equal?
On the box, set width="x" where x is a pixel count.
Great, just what I needed! :D