Hi guys, well, i've been studying this HTML/CSS thing, and i decide to code a PSD file, so, it's my first time and practically "i have no idea what i'm doing" , i think the code is fine but there is a problem: I don't know how to code what the red arrow show. This is the code: HTML CSS Anybody help me? please
Something like this usually works. Code: <h4><span style='float: right;'><a href='#'>Need an account?</a> <a href='#'>Sign Up</a></span> Login Form</h4> Of course, would likely be preferred if you didn't use an inline style attribute to apply the float and you may need to do a clear: both; somewhere, but that should help get you started. Disclaimer: I'm not a designer by any means.