Struggling with site.

Discussion in 'HTML & Website Design' started by albag999, Sep 15, 2008.

  1. #1
    I have an JPEG image that my friend has sent me through email and he wants me to put the image on as a coming soon page. If you have a look at the attachment you will see the image that my friend wants me to put on the page.

    Just need a bit of help please.

    Thanks you all for posting.
     

    Attached Files:

    albag999, Sep 15, 2008 IP
  2. boddog

    boddog Peon

    Messages:
    655
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if your friend wants you to put on
    then put it on

    i don't see any problem with that
    what else does he want you to do?
     
    boddog, Sep 15, 2008 IP
  3. albag999

    albag999 Active Member

    Messages:
    289
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    So you basically saying to load up the image, and it will work?

    I aint feeling to well tonight and my brain has shut down for the night so I can't think straight. :D
     
    albag999, Sep 15, 2008 IP
  4. albag999

    albag999 Active Member

    Messages:
    289
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    Still would like some help with this.
     
    albag999, Sep 15, 2008 IP
  5. iamben

    iamben Active Member

    Messages:
    116
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    73
    #5
    Here you go. Just copy this and put it into a file called index.htm. Make sure your image is called attachment.jpg and stick it in the same directory as index.htm. Then upload both to your webserver.

    There are plenty of better and more elegant ways to do this, but hey - you're not paying, I'm doing it out of the goodness of my own heart (aw bless), and it's taken me 60 seconds.

    Enjoy, ben


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    
    <meta name="Keywords" content="Hair Styling for men" />
    <meta name="Description" content="DO - Hair Styling For Men - Coming Soon" />
    
    <title>DO Hair Styling For Men</title>
    <style type="text/css">
    body {
      background-color: #498dba;
      text-align:center;
    }
    </style>
    
    
    </head>
    
    <body>
    
      <img src="attachment.jpg" alt="DO Hair Styling For Men - Coming Soon" />
    
    </body>
    </html>
    
    Code (markup):
     
    iamben, Sep 15, 2008 IP
  6. albag999

    albag999 Active Member

    Messages:
    289
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #6
    Thanks ben. Thats help me alot
     
    albag999, Sep 16, 2008 IP