QA.TechInterviews.com - your tech questions answered
I Am Designing A Website In Dreamweaver And Cannot Get Any Of The Images I Place To Show Up Online?
The page will show up but where the image should be is just a box with an "x" in the corner. I have a copy of the image files in my site folder and if I preview the site in dreamweaver it shows up, but when I actually check it on the internet they don't! What gives? What am I doing wrong? If anyone has a few minutes to walk me through the solution please IM me: grtap314 on Yahoo IM.

Thanks!
Go to the folder where your images are at. Open it up and then open the image in your browser by left clicking on the icon.

Then right click in the address bar and copy it.

Now open a note pad and paste it onto the notepad so you'll have it. Then, got to your page where you want the image to me and paste the whole link, http:// and all, in the <IMG SRC=????> tag. Publish the page and the image will show up online.
Go to the folder where your images are at. Open it up and then open the image in your browser by left clicking on the icon.

Then right click in the address bar and copy it.

Now open a note pad and paste it onto the notepad so you'll have it. Then, got to your page where you want the image to me and paste the whole link, http:// and all, in the <IMG SRC=????> tag. Publish the page and the image will show up online.
1. maybe because of your filename has different CASE with your code,
eg. your filename is PHOTO.JPG
but your code is <img src="photo.jpg">
check it
because many web servers are CASE SENSITIVE

2. or check again your image path/ URL
check the pathing of the images
If the rest of the content is showing all you need to do is upload all the images to an image folder and give that correct path in your html code. On your machine it will read it as c:// or root directory and on your host it should read /publichtml/images/ .

Back to QA. TechInterviews.com. Powered by Yahoo! Answers and TechInterviews.com community.