treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Moving some text (an easy fix I'm sure)

  • Hey guys,

    This is probably really easy but I can't get it. I have attached a screenshot of what I need to do.
  • Welcome.

    Can you please post some html and css for us to look at? Or a link...
  • Put the p tags inside the form div, give them a width and float right. Is there a reason that the phone number is indented, it looks unbalanced.
  • "virtual" said:
    Put the p tags inside the form div, give them a width and float right. Is there a reason that the phone number is indented, it looks unbalanced.


    Thanks, Virtual. I'll give it a try. Yeah the phone number isn't supposed to be indented. I'm not sure why it's doing that in it's current location?? When I move it, I'm hoping it changes.

    Thanks though for your response!! :)

    Nick
  • Be careful to give your floated p a different class or you might end up floating all the p tags.