Web Design with Dreamweaver

Here's my own brief tutorial:

Getting started with Dreamweaver
Create a single page
One of the things that often troubles people when creating Web pages is deciding and remembering where their files are stored. We are going to create a page and save it to your "m" drive. Before we begin, however, I'd like you to create a folder in your "m" drive and name workshop. (Once you get the hang of things, we can move files to your www folder so they can be displayed on the web)

A Note on filenames

Dreamweaver will allow you to create files with spaces in their names and with a mixture of upper and lower case. So long as the files are on your PC or Mac this will cause no problems, but as soon as you move them onto the Web server the spaces will cause problems for the server, and the mixture of upper and lower case will confuse things for you. So follow these rules in choosing names for folders, web pages and image files:


To Begin:

 

Save your page
Before you do anything else--enter any text or graphics or whatever-- save the file



Enter text and format it

Document title
If you look at the title bar of your Dreamweaver window you will see that although you have given your file a name, it is still referred to as an "untitled document".

All Web pages should have a title — for example, if someone bookmarks your page it is the page title that appears in their list of bookmarks. This is simple web ettiquette; there is almost nothing more irritating than bookmarking a page to later find that it has no title and so you cannot locate it easily from your bookmarks or favorites lists. To title your page:



The Objects Panel
Apart from ordinary text, there are many other objects that you will want to insert into your page. The Objects panel gives you a quick way of doing this. Some of the objects are quite complex, but many of them are simple enough.

The Objects panel has various different sections. The picture here shows the "Common" section, containing the most common objects. If you cliick on the box where the word "Common" appears you will get a list of other sections that you can choose from. If you move your mouse slowly over the buttons on the panel a note will be displayed saying what each button is for.

Now, let's try a few things:



Links and Images
Link to the class home page

Inserting a link from your page to another page is easy, but you have to understand the difference between absolute and relative links. This will be explained when we look at how to create a site. For now we will create a link to our class home page, giving the full URL. To do so,

From here you can either choose a file on your local machine or enter a URL. We will enter a URL. To do so, do the following:

Now it is time to Check the link in a browser


Inserting an image
later I'll show you how to use layers and tables to place images precisely on your page. For now we'll just place an image in the middle of the text. We shall use an absolute address for our image, as we did for the hypertext link. Later on you will see how to link to an image on your own site.

You will not see your image displayed on the page in Dreamweaver, but if you look in your browser it should appear (provided you are connected to the network).

Save your page and preview it in the browser as you did before You should see this image:

Now, to Part 2