I have a simple form with a number of textboxes. I've set the size="50" maxlength="50" on all of them. They're fine in IE but in Netscape 6, the textboxes are way longer than the 50 characters I specified and the page now scrolls horizontally. Is there a way to shrink those boxes in NS6?
All my textboxes are similar to this:
<input type="text" size="50" maxlength="50" name="BILLING_INSTITUTION">
Thanks.