Question

Discussion in 'HTML & Website Design' started by terminator69, Sep 27, 2007.

  1. #1
    I have a domain and ftp, if I wanted to display just an image when someone went to the site how would I do that?
     
    terminator69, Sep 27, 2007 IP
  2. Tim_Myth

    Tim_Myth Peon

    Messages:
    741
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The bare minimum:

    <html>
    <head>
    <title>My Image Title</title>
    </head>
    <body>
    <img src="myimage.jpg" alt="My Image" />
    </body>
    </html>
     
    Tim_Myth, Sep 27, 2007 IP
  3. Subliminal

    Subliminal Active Member

    Messages:
    322
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    easiest way if you ask me
     
    Subliminal, Sep 30, 2007 IP
  4. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #4
    I would still use a DOCTYPE so you don't have problems in the future.
     
    soulscratch, Sep 30, 2007 IP