Cant use tab key in dreamweaver 8?

Discussion in 'HTML & Website Design' started by Boofer, May 17, 2008.

  1. #1
    I'm making my first website using dreamweaver 8. Heres what I am trying to do: (obviously without the dashes)
    clickable link---------------------------------------clickable link
    description-----------------------------------------desricption

    I know how to make the links, I just can fiqure out how to tab directly over and make the second clickable link. I cant even use the spacebar?
     
    Boofer, May 17, 2008 IP
  2. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #2
    a space in html is  
    But your best thing to do would be make two divs and float them to the left.

    so:

    Or you could use a table I guess, but that is frowned upon by coding standards.
     
    twistedspikes, May 17, 2008 IP
  3. Boofer

    Boofer Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hmm, im not very good with html! Whats the easiest way I can get the writing in white? I couldnt really figuere out where to put the code you gave me. All I want to do is space over to the right from what I have written on the left. If I hit tab or spacebar it doesnt work. I tried the   but it wasnt spacing the line I wanted. Thanks for the help.

    [​IMG]
     
    Boofer, May 17, 2008 IP
  4. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #4
    If your not bothered about standards then this:

    For more links just add in extra table rows, for example this would make 2 rows:

     
    twistedspikes, May 17, 2008 IP
  5. Boofer

    Boofer Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That worked perfect! Thank you
     
    Boofer, May 17, 2008 IP