HTML <img> tag is not working

annowstam

New Member
I am using following simple HTML :\[code\] `<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <body> <img src="http://stackoverflow.com/questions/14540517/loading.gif" alt="MISSING GIF"> <img src="http://stackoverflow.com/questions/14540517/j.JPG" alt="MISSING JPG"> </body> </html>\[/code\]loding.gif and j.jpg are present in same directory as html file. loading.gif is displayed fine in ie 8 but j.jpg doesn't load.When I use firefix, both images display correctly.Please help
 
Back
Top