I loaded a pre-built site into dreamweaver. Half of the pages were built in php format. I built a new page to add to the site with new links and pictures. But when I uploaded the site to the web, neither the pictures nor the links worked. Any ideas what might have caused this? Or something I missed that would prevent a newly added page from working? Settings etc? I'm using Dreamweaver CS4. Thanks in advance.
Well this wouldn’t be a dreamweaver issue. And without any code its hard to tell. Can you provide a link as well as a sample of the code which is giving you problems?
Paste URL of the problematic page and an OK page. Seems like absolute path for image files/styles is not correctly given.
I too dont think that it is a dreamweaver issue. It is because of not establishing the path properly. Make sure that the img src="/images" path is given correctly or not.
I mean, I want to use Dreamweaver to edit the site, added the pics and content, content showed but the pics didn't.