Get a group of links to appear across the bottom of a page

Discussion in 'HTML & Website Design' started by cj1223, Sep 2, 2006.

  1. #1
    i got a group of links and i just want them to appear across the bottom of this box, entsted of virticle. ive alwaysed had problems with this but i bet its simple
     
    cj1223, Sep 2, 2006 IP
  2. The Big Deal

    The Big Deal Peon

    Messages:
    212
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well... do you mean on your webpage or in your sig? You can just use a simple table or just line them up like this:

    <table width="100" border="0" cellspacing="5" cellpadding="0">
    <tr>
    <td>Link1</td>
    <td>Link2</td>
    <td>Link3</td>
    <td>Link4</td>
    <td>Link5</td>
    </tr>
    </table>

    Or

    <a href="http://www.site.com/">Link 1</a>
    | <a href="http://www.site.com/">Link 2</a>
    | <a href="http://www.site.com/">Link 3</a>
    | <a href="http://www.site.com/">Link 4</a>
    | <a href="http://www.site.com/">Link 5</a>
     
    The Big Deal, Sep 2, 2006 IP
  3. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    i tryed this and it didnt work? im talking for a website i dont want the links to appear verticle but horizontaly across the page
     
    cj1223, Sep 2, 2006 IP
  4. The Big Deal

    The Big Deal Peon

    Messages:
    212
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The table should work for sure...

    and this seems to work either way for me...but try making them inline like this:

    <a href="http://www.site.com/">Link 1</a> | <a href="http://www.site.com/">Link 2</a> | <a href="http://www.site.com/">Link 3</a> | <a href="http://www.site.com/">Link 4</a> | <a href="http://www.site.com/">Link 5</a>
     
    The Big Deal, Sep 2, 2006 IP
  5. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #5
    the table gets the verticle like they already were i need them horizontaly
     
    cj1223, Sep 2, 2006 IP