Adblock breaks this site

HTML of a picture??

Discussion in 'Web Programming' started by scottgreen, Feb 4, 2008.

  1. scottgreen

    scottgreen Forum Addict
    Banned

    Joined:
    Nov 18, 2007
    Posts:
    370
    Referrals:
    0
    Sythe Gold:
    0
    HTML of a picture??

    okay, i know im going to get laughed at, but im a complete HTML noob....lol....

    Well, I was wondering if anyone could please tell me how to find the HTML code of a picture that saved to your computer?

    So you could input it and such :p....

    I'm running on Window's Vista since you probably need to know that. I am interested in learning this, and I got some of the basics but mostly i need to figure this out... thanks :D
     
  2. scottgreen

    scottgreen Forum Addict
    Banned

    Joined:
    Nov 18, 2007
    Posts:
    370
    Referrals:
    0
    Sythe Gold:
    0
    HTML of a picture??

    please? :p
     
  3. Stuart

    Stuart Guru
    Banned

    Joined:
    May 5, 2005
    Posts:
    1,580
    Referrals:
    2
    Sythe Gold:
    10
    HTML of a picture??

    Why would you need to include a path for the picture?

    You could just have it like

    Code:
    <img src = "images/image.png">
    
    if you need to find the directory those you can make a html file where the picture is and show it on the website. Then you can just view the properties of the image to get the directory once you have loaded the html page.
     
  4. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    HTML of a picture??

    Code:
    <img src="path/to/image.png" />
    http://www.w3schools.com/html/

    Go to that site. It's meant to help beginners like you, and it goes into great detail. Look through it, and try learning it. It's very simple, and W3Schools explains it quite well.

    Also, don't double post just because you haven't received a reply within a few minutes.
     
  5. scottgreen

    scottgreen Forum Addict
    Banned

    Joined:
    Nov 18, 2007
    Posts:
    370
    Referrals:
    0
    Sythe Gold:
    0
    HTML of a picture??

    Thanks :)
     
  6. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    HTML of a picture??

    Dude, stop spamming, seriously.
     
< Fake RS Site? | quest code >


 
 
Adblock breaks this site