Click to See Complete Forum and Search --> : Image link problems


hornblower
11-21-2005, 04:21 PM
Has anybody got any ideas about this, I have been puzzling over it for some time. I am designing a site using Dreamweaver and find myself in a situation when linking to another page on the site the graphic links are broken! If I launch any of the pages individually then the page shows OK. Only when navigating do I get the problem.
I have tried everything going back to the beginning and starting again!
None of my other sites display this problem. :confused:

Lodovikus
11-21-2005, 10:02 PM
the site the graphic links are broken
if you mean graphics are disappeared then in the layout page click on image , click on souce code, you will see something like <img src="File://c:/Documents and Settings/....../........./......../imageName.jpg"
please delete the rest and only keep imagename.jpg

hornblower
11-22-2005, 02:36 AM
Thanks for response, but code appears to be OK - <img src="/images/imagename.gif".

hornblower
11-22-2005, 02:58 AM
It is really weird, whilst I appear to have done everything correctly, each time I try to open a page in a browser (Firefox and IE) from within Dreamweaver (Local Site), the images are not appearing, only a rectangle where they should be with a broken link symbol! In this case I have a standard index file an images folder and htm folder. All my other sites function OK when viewed on a local basis!!! In code view the links appear to be normal.

Whilst this is probably something simple which I am missing, I have spent some time trying to resolve it, and it is driving me mad! :mad:

kiwibrit
11-22-2005, 01:15 PM
Let's be absolutely certain - all your images are in the images folder of the site in question - on the testing server - and not in the folder of some other site you are managing?

hornblower
11-22-2005, 01:19 PM
Yes, they are definately in the site folder!

Beatle_Fan
11-22-2005, 03:21 PM
Here's a possibility... the gifs are 32 bit CMYK. They have to be RGB 24 bit or less. If not - they don't show up!