Click to See Complete Forum and Search --> : [RESOLVED] CS3 - image issue
mit.stx
07-21-2008, 03:06 PM
I'm developing a website on a private server using Dreamweaver CS3. I tried to change the logo of the site by using a new file (which I placed in both the Local and Remote folders, I'm not using a testing server). However, for some reason Dreamweaver doesn't like the image. It won't show up. It just shows a broken image and when I try to view the page in IE, I see the "no image" box with the red "x" in it. I've tried resaving it with different names, I've tried putting it on a different page in the site to see if that's the problem but it doesn't seem to work.
Any ideas?
Centauri
07-21-2008, 10:37 PM
What does the code for the image look like ? - it may have an absolute path to your computer instead of a relative path from the page.
mit.stx
07-22-2008, 07:27 AM
<img alt="" src="images/newWord.jpg" style="margin-left:55px; margin-top:1px">
I originally just replaced "logo.jpg" with "logoS.jpg" Then tried several different filenames to see if that was the problem. logo.jpg and newWord.jpg are in the same folder, both on the computer in the Local folder and on the server in the Remote folder, the extension is *.jpg and not *.JPEG or *.JPG, and I've tried with and without camelCase.
Centauri
07-22-2008, 07:40 AM
Has the graphic been saved with an rgb colour format or cmyk ? - it needs to be rgb or IE will not display it.
mit.stx
07-22-2008, 07:42 AM
That was it! I didn't even think to check because it was a jpg so I assumed. Thanks!