Join 105,756 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,752 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!
Ok so I'm using Dreamweaver(CS3) to create a website. I had a friends make a nice looking site in Photoshop(CS3), then I sliced and optimized it. Then I put the page into my website, and put in the image folder as well. Then I made sure that all the images has the correct source files. It looked like everything was fine, but then when I went to the website none of the images showed up. They show up as broken, like they have the wrong source, but I made sure that the images are from a folder in the site root, so it should work, right? I just don't know what's wrong, please help.
P.S. Also, how do I make it so that images that are links don't have that blue box around them?
Your links are wrong. As an example, you should have something such as: http://www.mysite.com as the main page and images should be in a new directory: http://www.mysite.com/images [or something similar]
Also, you can simply set the border to 0, with something like the following: <img src = "images/myimage.png" border = 0 />
So I tweaked the image source, on one image (made it relative to root instead of relative to document, which in theory shouldn't have any affect on it). That made it so all the images worked except for the home button. So then I did the exact same tweak to the home button and everything went back to not working. So after tweaking this and that, it appears that whatever I do to the image source or anything, it either causes all pictures to not work, or all to work except the home button. I still have no idea what's wrong.
No matter what the problem turns out to be, I blame Vista!
No, the problem actually is that you are using Dream Weaver, & because it tries to automate every little function of coding for you, it must be preciecly correct, or else this is what happens.
You really have two basic choices. Either read up on the documentation on how to correct Dream Weavers setup, so that the directory structure is correct & can be transfered to the web host, or use better editing software.