html - <img> tag not working on Mozilla Firefox and IE ... changing the slash doesn't work for me -
i have used img
tag display images in html page. code works fine google chrome
, doesn't work on firefox
or ie
. empty box appears.
what possible reasons this? think code fine. there browser problems or something?
here's code <img src="c:\users\g500\documents\albumartsmall.jpg" />
try add file:/// @ beginning of path.
Comments
Post a Comment