Why won't an image show up in IE, but will in any other browser? (HTML)?

Ikagaili

New member
Here's the code: <img src="welcomesign.png" alt="Welcome!" title="Welcome!" />

It's the only HTML image on the page but it won't show. It shows up in every instance but IE (7).
 
How about IE6? IE8? What's the rest of your code? Did you test it with CSS off? Does your page use any JavaScript; if so, did you try with JavaScript ofF?
 
Back
Top