img src

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sassy2009
    New Member
    • Oct 2009
    • 15

    img src

    Hello all,

    I have installed the wamp server on my win7. and iam using dreamweaver cs4 to edit the pages. this is where i save my web pages. c:\wamp\www\ind ex.html
    and the images folder is located on c:\wamp\www\ima ges\basin.jpg.

    but whenever i use the code <img src="image/basin.jpg" alt="basin">
    i cant view them on the browser. it comes up with an x symbol. i tried adding "/" before image but doesnt work. i tried opening in the firefox--localhost/index.html, still the same...

    Please help....
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    out of curiousity, how do you call the HTML file in the browser?

    Comment

    • sassy2009
      New Member
      • Oct 2009
      • 15

      #3
      iam just calling localhost from my browser and by default it picks up the index.html file. IE8 as well as firefox.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        ah, there’s an "s" missing in the file path.

        Comment

        Working...