| If you've uploaded your images with your other web files but they don't show on the page, check your code. Is it something like this? file:///C:/Documents%20and%20Settings/Jamie/My%20Documents/HTML/bamboo.jpg That means the web pages is looking in your local documents folder for the images. Since files on your computer are not accessible to the internet at large, those images won't show up. Try replacing the links with something like this: bamboo.jpg If your images are kept in a folder that you've uploaded to the web server, the folder name should be included in the code as well. If your images are not showing and you have put them on the server (such as through FTP), then feel free to open a support ticket for help troubleshooting. It's probably something very simple, like an incorrect path specified to the images. |
Powered by WHMCompleteSolution