16
Jul

Am using Visual Web developer 2008


Answer:
I'm guessing the image is not loading when you view the webpage on your browser. What you do is Right Click on the tiny x where the image should be. You will see a menu. On that menu, select “Show Picture”

This should force the internet connection to load the image so that you can see it.

If, by chance, that doesn't work, make sure you’ve the image in the correct folder for the website the. The HTML file has a code telling where the image is. The code would say something like:

XX represents a number and is not needed for your situaion, it's just there for example. IMAGE.JPG is the image you are asking about.

If the code points to a spot where the image is NOT at, then that is your problem. You’ll have to upload the image to the correct spot in your website directory.

Good luck!


Answer:
Can you see the picture displayed when you open the HTML file on your own system? Is the red X appearing only when the site is posted to the hosting company?

If this is the case, check the spellings of the path and file name. Windows is case-insensitive when handling names. Unix is case-sensitive.

For example:

If your HTML file includes

and the jpg file is in folder “Images” (with a capital “I”), Windows will find and display it fine while a Unix server won't.


Answer:
Images must be linked to your page correctly. Are all other images showing? Is the image correctly named (obvious, but it happens) try adding / to the beginning of the pathname.

Can you show where the page is so we can look at the html?

can you see the image on the browser if you type www.yourdomain.com/imagename.jpg?


Answer:
check the code you used and see if there are any mistakes. if not be sure you linked it correctly.if you are linking it to another web page, be sure the address is correct.if you are linking to something on your computer or server, be sure it is in the same folder as you web page.

Answer:
This would normally indicate that the path to the photo is incorrect or not available to the server. It should be put on the server in an appropriate folder like images, and the link should be relative.

Answer:
You have to be sure that you link right to the image. In the case you get x then the link to the image isn’t right. Be sure you link to same folder and same name as the image.

Book Mark it-> del.icio.us | Reddit | Slashdot | Digg | Facebook | Technorati | Google | StumbleUpon | Window Live | Tailrank | Furl | Netscape | Yahoo | BlinkList

This entry was posted on Wednesday, July 16th, 2008 at 3:22 pm and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or TrackBack URI from your own site.

Leave a reply

Name (*)
Mail (*)
URI
Comment