|
Creating a site | User Interface Overview | Working with Files and Folders | Exercises Creating a siteFor each project or Web site you want to create, start by defining a site in Dreamweaver. When you start Dreamweaver, the opening screen appears. This allows you to open an existing file, create a new html file, or define a new site. To create a new site, go to the middle column ("Create New") and click on "Dreamweaver Site." Or you can go to the Site menu, choose "Manage Sites" and click New Site:
Enter a name for your site. You will see this name when you go to the "Manage Sites" dialog box. This name is only for your reference, and will not be seen by users. Then designate a folder ("local root folder") that will hold all the files for the site. Click on the folder icon and browse to the folder that you are using for this site.
In this example, the local root folder is Test_Website:
Click Open and then Select. Then in the Manage Sites dialog box, click Done to open your new Website. If the folder you selected already has files in it, the files will appear in the site files panel. User Interface OverviewThe Dreamweaver MX user interface includes a title bar, menus, toolbars, a document window, and panels. The following example includes the Properties panel and the Files panel.
Displaying ToolbarsDreamweaver M X toolbars make it easy to choose commands without having to go through a menu. To display toolbars, choose View > Toolbars, and choose the toolbars you wish to display. Note: You can also display the Insert toolbar from the Window menu, as described below under "Displaying Panels.".
We recommend that you keep all three toolbars (Insert, Document, and Standard) on display .
Insert ToolbarAs the name suggests, the Insert toolbar is used to insert things into your Web page. There are several versions of the Insert toolbar (Common is the version shown above). To select another version of the Insert toolbar, click on the down arrow (located just to the right of "Common" on the toolbar).
Document ToolbarThe document toolbar allows you to choose Code View, Design View, or Split View. Unless you are comfortable working with html code, we recommend using Design View for most purposes. The document toolbar allows you to enter a title for your Web page. This title will appear in the title bar of the user's browser window, so it is important to choose a meaningful title. Standard ToolbarThe standard toolbar allows you to perform common tasks like creating a new file, opening a file, pasting and cutting content, and undoing an action. You can do all of these tasks using the menus, but this is a convenient way to perform these tasks. Displaying PanelsPanels are important components of the Dreamweaver user interface. There are many different panels that can be displayed for different tasks. To choose the panels you want to display, go to the Window menu. We recommend that you keep the Insert toolbar, Properties panel, and Files panel open most of the time. Properties PanelThe properties panel is context-sensitive. Its shows and allows you to change the properties of whatever element in your Web page is currently selected. The properties panel is very important, and should be displayed most of the time you are working in Dreamweaver. In the following example, the Properties panel is showing the properties of a paragraph of text.
Files PanelThe Files panel displays the files in the root folder of your Website.
If you have defined multiple sites, you can view the files of different sites by choosing a site name in the popup menu at the top of the Files panel.
Document WindowWhen you open an html file (or create a new html file), it appears in the document window. If you open multiple html files, tabs appear at the top of the document window, and the current file will be the tab in front (in the following example, "get_started.htm" is the current document. To work on another document, click its tab.
|