Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pictures

Status
Not open for further replies.

Shamblix

Programmer
Feb 22, 2001
10
US
hi. I am workin on a little webpage and i have several pictures on it. When i publish the file, noone of the images work. I uploaded all the images and swf. files but still none of them show up on the page. If i veiw each one seperately from the file manager, they show up fine, but not on the webpage. Does anyone know why this is happening. Please help if you can. Thanks.
Glass..
 
Shamblix,
Have you checked to make sure that the file directories are ok?
Nunzio
 
Shamblix -

Does the path to the images start with a drive letter? If so, you need to be using relative paths (i.e. relative to the current page). Say on your development machine you have a directory structure like:

[tab]C:\SourceCode\WebFiles
[tab]C:\SourceCode\WebFiles\index.html
[tab]C:\SourceCode\WebFiles\images\Welcome.gif

and your index.html has a link to the welcome image thats "C:\SourceCode\WebFiles\images\Welcome.gif"

When this file gets placed on the server, it's stored in:

[tab]E:\[tab]E:\
When IIS tries to resolve the "C:\SourceCode\WebFiles\images\Welcome.gif" URI, it can't find the directory.

Chip H.
 
I'm having the same problem as Shamblix... I checked the directories, I checked the source files, everything seems to be correct. I don't have these problems with the existing web site I maintain, but I've tried twice to build a site from scratch and this problem has occurred both times... Can't figure out what I'm doing wrong!
Sooz
 
put up the url so that then we can see them Unicorn11
unicorn11@mailcity.com

[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top