Help Please.

Discussion in 'Gaming' started by Majin, May 4, 2007.

  1. Majin

    Majin Senior Member

    Age:
    35
    Posts:
    6,667
    Likes Received:
    1
    Joined:
    Jan 28, 2005
    Can anyone tell me the code to do this?

    [​IMG]
     
  2. Amarth

    Amarth Well-Known Member

    Age:
    34
    Posts:
    125
    Likes Received:
    0
    Joined:
    Feb 22, 2006
    Location:
    The Netherlands
    Search for Form Tutorials(HTML) at some tutorial website. You will find it there. I'm sure
     
  3. Phili G

    Phili G Well-Known Member

    Age:
    35
    Posts:
    1,498
    Likes Received:
    0
    Joined:
    Oct 5, 2005
    Location:
    England!
    in your stylesheet add
    #foo {
    width:150px;
    overflow:auto;
    font-size:12px;
    height:50px;
    border:#000 solid 1px;
    }

    and in the html add
    <div id="foo">
    Your link here!
    </div>
     
  4. GR.Konvict

    GR.Konvict Well-Known Member

    Age:
    20
    Posts:
    3,823
    Likes Received:
    0
    Joined:
    Jul 30, 2004
    Location:
    :o
    nice, i can't code for shizzle haha
     

Share This Page