How come my graphics don’t display?
Aug 31, 2009
This can be for a number of reasons, but typically it’s a reference. Here are a couple of steps I typically try:
- Upload your graphic to the directory on your server.
- Try altering the url address to pull up your graphic directly. For example, this link will show google’s logo for search http://www.google.com/images/nav_logo6.png
- If you don’t see your graphic, then I’d wonder if the file is uploaded. Check to make sure
- If you’re certain the graphic is there, compare your ftp directory names. For example, some systems are case sensitive. For example, your server directory may be images, but your address link has Images. This can also cause the issue. And, this is probably the number one issue.
- If you still don’t see your graphic, double check the reference in code. It has happened where people will reference graphics on their own computer in code.
Hope that helps!
