Quote Originally Posted by tractor3231 View Post
Yes, I was able to manage it myself, it was a conflict in the CSS...

Another quick help please...
How can I move the login box, login button, remember me, and the help and register link..
I want it to move a little bit to the right
you must add a div:

<div id="login-box">
<div id="user-pass-area">
username, password, login code goes here
</div></ br>
checkboxcodehere <p style="float:right; display:inline;">Remember Me?</p></ br>
<center><a href="#">Register</a> | <a href="#">Help</a></center>
</div>

THE CSS:
#login-box {
float:right;
width: 350px;
height:500px;
vertical-align:bottom;
margin-right:15px;
margin-bottom:15px;
}

#user-pass-area {
margin: 0 auto 2px auto;
}
Sonic Reviewed by Sonic on . html and css help http://i25.lulzimg.com/d156bf.png I have problem in html and css.. i want the text "remember me" closer to the check box.. what code should i apply directly to the html code? Rating: 5