Forum Moderators: mack
If things look ok there then check your not looking at a cached page by clearing out your history under the tools/internet options, if things still look good then type the full url of your site in ie starting with [,...] the reason i say this is if you have a folder on your desktop called www.yoursite.com when you type into you url on your browser it will look at the site in that folder on your hard drive instead of the site on the server.
Hope this helps, these are things i have learnt by my own mistakes when still new to web design.
Regards Ian
For example: if your file path shows "file:///drive/root-folder/images/image1.jpg" you can search for "file:///drive/root-folder/" and replace it with nothing (just leave the replace text field blank). This can save a lot of time.
Also, if you want to know why that happens, I found that DreamWeaver would add those "file:///" stuff to my html documents when I would choose the "save as" command and save the html document into a different location. DreamWeaver is changing the file paths because it knows the images are now in a different relative location. If you are going to copy an html file into a new folder, do that outside of DreamWeaver and don't have the file open in DreamWeaver while you are doing it.
Hope this helps.