I believe I have saved my folder structures the wrong way.
After building the grahics and slices in photoshop, I opened them as html files in DW. Every page I saved from photoshop under its folder name eg, main html is in the main html folder, and there is an images folder with all the relative images for that page.
Problem that I see is, when you save to your remote site, it saves the page as graememcmahon.com/main/main - so it repeats the folder and page names from your local site. If I put all the html's in the one folder, than all their image files will have conflicting names (3 x spacer gifs for example).
Re: folder name conflicts by Abraham Chaffin on Jul 4, 2008 at 5:54:30 pm
When setting up your site in Dreamweaver you need to set the site root folder correctly. That means whatever folder contains your base index file for your site (i.e. the page that loads when you go to graememcmahon.com). Additionally when you setup your ftp settings in DW you should set it up the same way. That way the file structure in both places are the same. If instead you set your DW site root directory one position lower in the hierarchy such as a folder called graememcmahon.com when your actual root folder might be called htdocs or main you must synchronize this with the FTP settings.
In short you need to change your FTP or Site settings so that the root folders match.