html - Image Doesn't Show in website -
it seems simple problem. don't know answer.
i developed website, , want show image, image doesn't show? shows alt text
here url website.
please notice in sidebar on left, in bottom of information center. there should image icon of facebook , twitter, browser doesn't show image.
and html tag
<a href="http://facebook.com/gusde.cool" target="blank"> <img scr="/assets/images/icon-facebook.png" alt="facebook" /> </a>
what problem?
my computer spec: browser: firefox 5.x os: win 7
gusde
you've misspelled source in image tag. source code showing this: "img scr"
it's src, not scr.
cheers, ray
Comments
Post a Comment