What am I doing wrong?

Discussion in 'HTML & Website Design' started by FPForum, May 18, 2006.

  1. #1
    What I am trying to do is make room to have 6 links in the upper right hand corner of my site, www.buddyhq.com ...I have tried to add two but they are not on the same line...here is my code

    if you go to the site you will notice there is a link on one (left side) and the link on the right side is down on the next line..any ideas? Thanks in advance!
     
    FPForum, May 18, 2006 IP
  2. Dekker

    Dekker Peon

    Messages:
    4,185
    Likes Received:
    287
    Best Answers:
    0
    Trophy Points:
    0
    #2
    by default the <p> tag creates a new line

    you can use CSS and make it inline or use a span instead
     
    Dekker, May 18, 2006 IP
  3. FPForum

    FPForum Notable Member

    Messages:
    4,172
    Likes Received:
    102
    Best Answers:
    0
    Trophy Points:
    225
    Digital Goods:
    2
    #3
    got it..thanks
     
    FPForum, May 18, 2006 IP