Html

Discussion in 'Gaming' started by Adamyounggun, Mar 10, 2007.

  1. Adamyounggun

    Adamyounggun Well-Known Member

    Posts:
    248
    Likes Received:
    0
    Joined:
    Jan 24, 2007
    <HTML>

    <BODY>
    <body background="motd_bg.jpg">





    <center><font size=5><u><font color="darkblue">Welcome To TYL : : Clan Server</font><u></center>








    <u><font size=5><u><font color="orange">Admins</font><u>





    <u><font size=5><u><font color="orange">->Buzz</font><u>




    <u><font size=5><u><font color="orange">->Dizz</font><u>




    <u><font size=5><u><font color="orange">->Jonzze</font><u>




    <u><font size=5><u><font color="orange">->Icecube</font><u>







    <u><font size=5><u><font color="Red">Follow These Rules Are Be Kicked/Banned</font><u>




    <u><font size=5><u><font color="Red">Do NOT Camp For Ages</font><u>

    my background wont work?

    it just shows up white and it wont show the background of the pic
     
  2. brownie

    brownie Well-Known Member

    Age:
    38
    Posts:
    751
    Likes Received:
    0
    Joined:
    Jan 14, 2006
    Location:
    Calgary,Alberta,Canada
    do u have the picture, in the same folder as the html file?, and is it the right spelling? because if itsnt then it will be blank and u do need to use the img codes
     
  3. Adamyounggun

    Adamyounggun Well-Known Member

    Posts:
    248
    Likes Received:
    0
    Joined:
    Jan 24, 2007
    Yes i do

    but when i open it on internet it works ok everythin is there its just when i put it on server for motd it white
     
  4. Hurin

    Hurin Well-Known Member

    Posts:
    348
    Likes Received:
    0
    Joined:
    Sep 19, 2006
    do you mind sending me the file ? (index.html + images folder)
    ill have a look at it
     
  5. .rockstar

    .rockstar Well-Known Member

    Age:
    32
    Posts:
    912
    Likes Received:
    0
    Joined:
    Mar 22, 2006
    Location:
    Australia, Melbourne
    wouldnt you have to direct the code to the folder in which your image is in like this ?

    <BODY BACKGROUND="../graphics/example.jpg"
     
  6. Ravr

    Ravr _______________

    Age:
    33
    Posts:
    3,670
    Likes Received:
    0
    Joined:
    Dec 26, 2005
    Location:
    The Netherlands
    the only reason i can think off is that the image isnt in the same folder as the file where it has to show.. you say it did show it local but when you upped it it didnt show.. mayb you didnt upload the image xD
     
  7. Veej

    Veej Well-Known Member

    Age:
    32
    Posts:
    223
    Likes Received:
    0
    Joined:
    Aug 2, 2005
    Location:
    UK
    Yep, that should sort it.
    There are different ways of putting shortcuts to it which work if everythign is in the same directory, but using the method [*cE] recommended will probably be best ;)

    Also, if you have a little time you should learn basic CSS; comes in very handy ;)
     
  8. Adamyounggun

    Adamyounggun Well-Known Member

    Posts:
    248
    Likes Received:
    0
    Joined:
    Jan 24, 2007
    Thanks For Help Guys :)
     
  9. Adamyounggun

    Adamyounggun Well-Known Member

    Posts:
    248
    Likes Received:
    0
    Joined:
    Jan 24, 2007
    Does anybody know how i upload so i can show people?
     
  10. Veej

    Veej Well-Known Member

    Age:
    32
    Posts:
    223
    Likes Received:
    0
    Joined:
    Aug 2, 2005
    Location:
    UK
    Upload where? To your webspace?

    Do you use cPanel or shall I tell you hwo to do it thru FTP?
     
  11. Adamyounggun

    Adamyounggun Well-Known Member

    Posts:
    248
    Likes Received:
    0
    Joined:
    Jan 24, 2007
    nope i dont have a website i had it on my server for a motd for css
     
  12. Veej

    Veej Well-Known Member

    Age:
    32
    Posts:
    223
    Likes Received:
    0
    Joined:
    Aug 2, 2005
    Location:
    UK
    Sorry, I'm not really into gaming, what's motd?
    Math of the day or something?

    I'm not sure if gaming servers can be used as webservers as well to host files, but if it has ftp, you simply open up windows explorer (or another FTP client of your choice) and type:
    ftp://yoursite.com

    Win Explorer will give you an error type message, click OK.
    Then go to File >>> Login As
    Enter your login details, and upload the file in the public_html/www folder or whatever.

    Hope this helps!
     
  13. Adamyounggun

    Adamyounggun Well-Known Member

    Posts:
    248
    Likes Received:
    0
    Joined:
    Jan 24, 2007
    Message of the day :
     
  14. johndapunk FTW

    johndapunk FTW Senior Member

    Age:
    32
    Posts:
    2,513
    Likes Received:
    0
    Joined:
    Jan 19, 2006
    Location:
    Palm Beach
    also, for future things, use CSS. It's the standard.

    Code:
    <html>
    <head>
    <style>
    body {
     background-image: url( "../graphics/example.jpg" );
    }
    </style>
    </head>
    <body>
    ..
    </body>
    </html>
    
     
  15. Veej

    Veej Well-Known Member

    Age:
    32
    Posts:
    223
    Likes Received:
    0
    Joined:
    Aug 2, 2005
    Location:
    UK
    Haha Lol, thanks :)

    So, did it work?
     

Share This Page