saurus1234 Posted December 27, 2005 Posted December 27, 2005 I am working on my home page and have a picture on the page. When I upload the page the image does not show up. Ive tried placing the original image in the images folder in public_html folder with no luck. When viewing page on computer that contains the orignal image the page will view correctly on the internet but other computers we get the little red "x". The image is a jpeg I tried renaming to all lower case as other posts have suggested with no luck. What am I doing wrong, placing in wrong folder, wrong format, or just plain wrong. Any help would be appreciated thanks Quote
TCH-Thomas Posted December 27, 2005 Posted December 27, 2005 It sounds like its a linking problem. Make sure you include the images folder in the path like yourtchdomain.com/images/image.jpg and it should work I think. Quote
TCH-Bruce Posted December 27, 2005 Posted December 27, 2005 You are linking to a file incorrectly. It should look something like this. ><img src="/images/image-name.ext" alt=""> This would display and image from an images folder inside your public_html folder. Case is important as the server is running Linux and not Windows. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.