im working on a website in dreamweaver and when i preview it the pictures does not load in fire fox, ie and google chrome can sumbody help me plz
Six answers:
JA12
2009-03-27 03:14:49 UTC
It could either be the path or the filename.
Remember Unix and Linux servers are case sensitive.
Make sure that the virtual path is correct. Try not to use the full pathname a this just slows the load down. For example:
Try not to have blanks in the file name, but if you do then use %20 instead of the space:
Just as a suggestion, I always use lowercase filenames and check the "convert filenames to lowercase" option on my FTP software. This makes coding easier and less prone to mistakes (I have a Linux server).
JT
2009-03-26 13:27:12 UTC
Can you copy and paste the html and css that is suppose the load the image?
Make sure that:
1) The tag is pointing to the correct path
2) The path exists on your web server, not your work station
3) The tag attributes are semantically correct
You should also validate your code at the w3c to make sure everything is coded properly.
anonymous
2016-04-07 09:39:27 UTC
Define a base href in the head to make sure your img tags are calling the images from the correct directory.
anonymous
2009-03-26 13:28:49 UTC
Yeh I know. Don't give additional deatails to this question or we cant answer. Just create a brand new question WITH THE CODE. But my guess would be that you have and you included periods where it isn't supposed to be, or you forgot to include the periods where it is supposed to be.
Greywolf
2009-03-26 13:33:26 UTC
All of the above, plus:
- have you got blanks in the path or filenames?
- have you got upper case in the path or file name and lower case in the HTML, or vice versa?
These things don't matter in Windows, but on the server, they do.
el1986
2009-03-26 13:25:52 UTC
...How about a code example. We're not psychics.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.