Dreamweaver allows users to work with their web pages in several ways.
Most often you will use Design View but sometimes, when fine tuning pages or adding additional features, you could use either of the two coding views. Design and Code view allows you to see the code and design at the same time. this can help in spotting erros in HTML or even to help learn HTML Code View is for writng purly HTML.
Launching Dreamweaver you are presented with a blank, untitled web page. There are some important rules to follow when creating web pages. Do not include spaces in file names, e.g. call a file 'taskone.htm' or 'task_one.htm' rather than 'task one.htm'. Your first page should always be called 'index.htm' as this is the default page a browser would search for. For a small site it is easiest to store all files in one folder. Larger sites benefit from an organised folder structure e.g. the Clavius web site is divided into S1, S2, S3 etc. folders and further sub-divided into mod1, mod2, mod3 etc. folders. It is also common practice to keep HTML documents and image files in separate folders.
|