Splash page

Discussion in 'Offer' started by .W., Sep 19, 2010.

  1. .W.

    .W. Well-Known Member

    Age:
    36
    Posts:
    260
    Likes Received:
    0
    Joined:
    Mar 18, 2006
    Could someone tell me the coding like the gamerenders index.html page? Thanks! :)

    20 credits if you do.. If that matters lol.
     
  2. Ravr

    Ravr _______________

    Age:
    35
    Posts:
    3,670
    Likes Received:
    0
    Joined:
    Dec 26, 2005
    Location:
    The Netherlands
    its just plain html with a picture.
     
  3. .W.

    .W. Well-Known Member

    Age:
    36
    Posts:
    260
    Likes Received:
    0
    Joined:
    Mar 18, 2006
    With a clickable link?.. And what about the code for the background? Also, what determines the size of the picture.. I remember doing one a long time ago and it was more than just a <a href> or whatever code..
     
  4. Ravr

    Ravr _______________

    Age:
    35
    Posts:
    3,670
    Likes Received:
    0
    Joined:
    Dec 26, 2005
    Location:
    The Netherlands
    <html>
    <head>
    <title>Site name</title>
    </head>
    <body background-color="#000">
    <a href="link here"><img src="image url"></a>
    </body>
    </html>

    something like that
     
  5. .W.

    .W. Well-Known Member

    Age:
    36
    Posts:
    260
    Likes Received:
    0
    Joined:
    Mar 18, 2006
    Let me try it out..
     
    Last edited: Sep 19, 2010
  6. Ravr

    Ravr _______________

    Age:
    35
    Posts:
    3,670
    Likes Received:
    0
    Joined:
    Dec 26, 2005
    Location:
    The Netherlands
    not sure if the background-color works though, i usually work with css
     
  7. .W.

    .W. Well-Known Member

    Age:
    36
    Posts:
    260
    Likes Received:
    0
    Joined:
    Mar 18, 2006
    its centered , but its on top centered. I want it in the middle centered..
     

Share This Page