Odd spacing occurring...

liunx

Guest
I'm having some unwanted spacing show up in Mozilla 1.3, Opera7 and NS7, works fine in IE6. The spacing is between the white box and the silver one above it, they should be connected. Just wondering how I can get rid of that.<br />
<br />
Here is the test page link: <br />
<!-- m --><a class="postlink" href="http://pyro.hostignition.com/~dionysus/the17thdegree/testing.html">http://pyro.hostignition.com/~dionysus/ ... sting.html</a><!-- m --><br />
<br />
Thanks.<!--content-->That's a bottom margin from your FORM. <br />
<br />
And by the way, it would be helpful to some of your disabled users if you used the LABEL element in place of a few of your SPANs. See <!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/interact/forms.html#edef-LABEL">http://www.w3.org/TR/html4/interact/for ... edef-LABEL</a><!-- m -->. />
<br />
<form action="identityCheck.jsp" style="margin:0px"><br />
<div class="head2">Author Log-In</div><br />
<div id="loginSection"><br />
<label class="head4">User Name:<br/><br />
&nbsp;&nbsp;<input class="tfield" type="text" name="username"/></label><br/><br />
<label class="head4">Password:<br/><br />
&nbsp;&nbsp;<input class="tfield" type="password" name="password"/></label><br/><br/><br />
<span class="center"><input type="image" src=http://www.webdeveloper.com/forum/archive/index.php/"i/login.gif" alt="Log-In"/></span><br />
<br/><br/><br />
</div></form><!--content-->Thanks that worked. Also, thanks for the comments about using label.<!--content-->
 
Back
Top