Hi
I am making use of a number of TEXT type INPUT fields. I'm trying to control their height and width using the STYLE attribute; something like this:
This works fine when viewed through IE but doesn't work when viewed through Netscape(4.7). This makes my page look a bit funny, so any advice on how to control the size of INPUT fields which would work in Netscape would be much appreciated.
I am making use of a number of TEXT type INPUT fields. I'm trying to control their height and width using the STYLE attribute; something like this:
Code:
<INPUT NAME=text1 STYLE="WIDTH=50px; HEIGHT=20px">