Text inputs in IE

liunx

Guest
It seems as if whenever I'm putting in a text input in a form in IE, it automatically adds in a margin or padding or border or something beneath it that I can't get rid of. Has anyone else had this problem? It seems like something pretty general, but I can provide specific examples if needed. In Netscape I can put in a text input and the text in the div beneath it comes up just fine, but the same code in IE 6.0 automatically sticks in a gap of 20-30px beneath the input. I've tried margin:0px padding:0px and border:0px none but none of those did anything. Any suggestions? Thanks!

-jinkasTry margin: 0; padding: 0 in the <form> tag.That worked perfectly...Thanks a ton!You are very welcome. :)
 
Back
Top