I have a textbox and and it looks fine on some PC's but on others I have to change the size=1 to size=4. Why is this happening? For example I'm using the code below, if I do not change anything on one PC the output wil be 2001 (which is what it is supposed to be) and on others it will just show me 20 (it gets cut off.) Does anyone have any ideas? I've checked things like the Browser font, size, version and they are the same.
Code:
<td align=center><input type="text" size="1" name="year" style="border-left: 0px; border-right: 0px;
border-top: 0px; border-bottom: 1px solid rgb(0,0,0); text-align: right; font-family : Arial, Helvetica; font-size: 73%;" value="2001" onFocus="blur();"></td>