Im getting a “missing image” icon, but Ive used all the right code. Whats wrong?
First off, make sure you’ve uploaded your image files to the Prodigy Internet PWP server, right along with your HTML files. Second, make sure your code is correct: adding Height, Width and Alt attributes as needed. (See our image tutorials for more info.) Third, and the most usual problem, file names are case sensitive; your code on your page has to have the same capitalization as the filename you uploaded. For example: mypic.gif, Mypic.gif, and MYPIC.GIF are considered to be different file names. So, if the command on your page looks like this:
, but you’ve uploaded an image file called Mypic.gif, or MYPIC.GIF (and some editors do capitalize it automatically), your image won’t be displayed, and you’ll just get a missing image icon or a blank box.