MRB, > Anybody know how to code around that? The solution: use firefox! j/k
here is the answer -- use CSS to set the field size: <html> <body> <form> <input style="width:85px" type="text" name="password"> <br> <input style="width:85px" type="password" name="password"> </form> </body> </html> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
