|
Hi,
I am new at Web Design. I am using Dreamweaver as the FTP and the host is DirectNIC. For some reason, whenever I upload a picture or a flash animation, it won't display on the real site. It works fine locally though...what can I do?
This is what it looks like: www.ennebiusa.com
Thanks!
Dac
Pictures won't show up on my webpage!?
Alright, this is the source for the missing picture: http://ennebiusa.com/100_1143.jpg
Have you uploaded the picture to your server correctly? If it's not on the server, then it obviously won't show up.
Is it inside another folder labeled images (or something else)? If so, you would have to change the image source to: http://ennebiusa.com/images/100_1143.jpg or something similar.
Those are the only two reasons I can think of why the image won't show up. Either it's not on the server, or the source code that links to the image is incorrect.
Pictures won't show up on my webpage!?
It's not working because you didn't upload the photo to the place where it says it is.
Upload the photo, then link it and it will work.
Pictures won't show up on my webpage!?
erm.. well i check the selection source and i saw this code
<img src="100_1143.jpg"
well if u put the image in your root directory and your main webpage(index.html) is outside the root directory( lets say your root directory is index_files folder) the code should be like this
|