Help with this html thing

Discussion in 'Coding Wizardry' started by Cmsqvl, Aug 8, 2012.

  1. Cmsqvl Junior Member

    Likes Received:
    0
    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" :laugh:, i think the code is fine but there is a problem:

    [IMG]

    I don't know how to code what the red arrow show. This is the code:
    HTML
    CSS

    Anybody help me? please :rolleyes:
  2. Classy

    ShadyX Member

    Likes Received:
    11
    You could use float? :)
  3. Angelic

    Ryan Ashbrook Well-Known Member

    Likes Received:
    258
    Software You Use:
    IPB
    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.

Share This Page