I have uploaded my page but I can’t see my images!
If you see little red X’s instead of your images, there could be several possible causes for this.
1. In addition to uploading the
HTML page (whatever.html) you will also need to upload the actual pictures that you want displayed as well. For instance if you have a page called “whatever.html” that shows “dog.jpg” and “cat.jpg” you will need to upload all 3 files, whatever.html, dog.jpg and cat.jpg.
2. The
HTML code must refer to these pictures correctly. If you are unsure about relative and absolute links, we would suggest reading a basic
HTML guide that explains them in detail: http://www.yourhtmlsource.com/myfirstsite/basiclinks.html
3. Make sure that capitalization matches on the
HTML code and the image itself. Example, if you refer to the picture as ”dog.jpg” but the actual filename is Dog.jpg, or you refer to an image as ”cat.jpg” but the actual filename is cat.JPG. They must match exactly in order to display correctly.
You can also read this article which is a bit more in depth.
Direct FTP Help Index |
Direct FTP Homepage