crystalview:
I use Dreamweaver 4 and taught myself how to use it, mainly by trial and error but somehow managed a decent looking site.
I don't use the site window building, in fact I don't know where it is.
When I create a page, I just open a new file and create my tables and cells and stuff from there. I pull the images from the folders in my harddrive. Since my images are not in dreamweaver folders, it alerts me that I was getting it from somewhere else and asks if I want to put it in the dreamweaver directory. I just say no and the image will be displayed in my page. After saving I can preview my page in a browser with all the elements, images, etc.
However, before I actually upload to a server, I change the references to the location of the image. This is a little confusing but I'll try to explain it this way:
when previewing from a browser, the images are pulled from my harddrive thus the code for image source would look something like this:
img src="file:///D|/Colin%20Farrell/2tigercolin.jpg"
which is pointing to a location in my hard drive.
I'm sure this is some extra step that is easily avoided if done the right way in the first place.

Before I upload I go in and change the img src line to the actual location in the server otherwise it won't show up.
There is most likely an easier way to do it... Kinda hard to unlearn old ways.
