If you use Adobe® GoLive® CS2 or have inherited a website created with GoLive, you can still get work on the site with Adobe® Dreamweaver® CS3. This article is designed to help you make the transition to Dreamweaver.
For a video tutorial about Dreamweaver for GoLive users, see www.adobe.com/go/vid0143.
To complete this tutorial you will need to install the following software and files:
Sites created with GoLive can be migrated to Dreamweaver. This section gives a brief overview of the migration process. For detailed instructions, see the sections that follow.
A GoLive-generated site consists of one project folder with three predefined subfolders: web-content, web-data, and web-settings. A Dreamweaver site does not share this folder structure: it consists of a single root folder, which is the equivalent of the web-content folder in GoLive. You create as many subfolders as you want for your site assets in the root folder.
You can re-use your GoLive templates and components in Dreamweaver. You can also transfer your snippets to Dreamweaver. Dreamweaver and GoLive share the same template syntax, so migrating template files only requires moving them to a new location and changing their file extension. The editable and locked regions of a template should work in Dreamweaver as they did in GoLive.
GoLive CSS objects are CSS objects in Dreamweaver. GoLive layers are known as AP elements in Dreamweaver.
Here is the basic migration workflow:
When you define a site in Dreamweaver, you define the location of your site root folder on your hard disk as well as the corresponding root folder on your remote web server. You also specify the transfer method for moving files and folders between your local and remote sites. In GoLive, this is the equivalent of specifying a Publish Server.
You can use a free GoLive extension to migrate your sites to Dreamweaver. You can copy the extension from the Goodies folder on the Dreamweaver installation disk (Goodies/Migrating from GoLive/GL2DW).
For instructions on installing and using the extension, see www.adobe.com/go/GL2DW. Note that you install and use the extension in GoLive, not Dreamweaver.
To migrate a GoLive site, simply define a new Dreamweaver site and specify the web-content folder of your GoLive site as the local root folder.
In the Local Info panel, name your site and specify the web-content folder of your GoLive site as the local root folder.
Note: If you're using an earlier version of GoLive that created folders called sitename, sitename.data, and sitename.settings, you need to specify the sitename folder rather than the web-content folder as the site's local root folder.
To migrate other site assets, see the following topics:
The Dreamweaver workspace consists of four basic elements: the Insert Bar, the Document window, the Property inspector, and the panel groups. Some of these elements will be familiar to GoLive users.
A. Insert bar B. Document toolbar C. Document window D. Panel groups E. Tag selector F. Property inspector G. Files panel
Figure 1. The Dreamweaver workspace
The Insert bar (A) corresponds to the GoLive Objects toolbox. The Insert bar has buttons for inserting various types of objects into your page, including images, tables, and form objects.
The Document toolbar (B) lets you view the source code, upload the document to your publish server, preview the document in browsers, and validate the document, among other things. Dreamweaver does not have a Preview tab like GoLive. Instead, you use the Preview in Browser feature to periodically check your work in targetted browsers. To use it, click the Preview/Debug in Browser button on the toolbar, or press F12 (Windows) or Option+F12 (Macintosh). The page opens in the browser of your choice.
The Document window (C) is the main page editor. Like GoLive, you can edit a page visually in a layout view, or you can edit its code in a source view. In Dreamweaver, these views are called Design view and Code view. You can change views by clicking the Design, Code, or Split button in the Document toolbar.
The Tag selector (E) in the status bar at the bottom of the window lists all tags applied to the currently selected element. This feature corresponds to the markup tree bar in GoLive. Click a tag to select the element in the page.
The Property inspector (F) corresponds to the Inspector palette in GoLive. The Property inspector lets you view and edit the properties of text or of selected elements on the page.
The panel groups (D) provide the tools you need to build any kind of web page you want, including database-powered web pages. The panels also give you tools to manage every aspect of your site, including file transfer and source control. The panels correspond to palettes in GoLive. For example, the CSS panel is similar to the CSS palette in GoLive.
The Files panel (G) corresponds to the Files tab in the GoLive site window. To open the Files panel, select Window > Files, or press F8.
Dreamweaver normally provides several ways to perform the same task. You can use the following techniques or learn alternative ones in Help.
Dreamweaver creates a CSS style based on the choices you make in the Property inspector. You can rename the style by opening the Style pop-up menu on the Property inspector and selecting Rename. You can apply your new style to any text selection in the page by selecting the text and then selecting the style in the Style pop-up menu. You don’t need to set the format properties again in the Property inspector.
In the CSS Rule Definition dialog box, set the options you want for the new CSS rule.
Figure 2. The CSS Rule definition dialog for .mystyle
Click a property's value to edit it.

Figure 3. Editing a property’s value in the CSS Style panel
Alternatively, you can click the Edit Style button (pencil icon) in the lower-right side of the panel and make your changes in the CSS Rule Definition dialog box.
After defining a Dreamweaver site for your GoLive site (see Migrating a GoLive site manually), you can migrate your templates.
Click OK in the Move Files dialog box to allow GoLive to update all links.
Note: For technical reasons, you may need to make a change on the page and update the page again for the links to update. Any change will work, even typing a space and deleting it again.
After defining a Dreamweaver site for your GoLive site (see Migrating a GoLive site manually), you can migrate your snippets.
Open the Snippets panel by selecting Window > Site > Library and then clicking the Snippets button on the palette toolbar.

Figure 4. Accessing the Snippets library
In the Snippet dialog box that appears, name the snippet and set any other options. For more information, click the Help button.
Figure 5. The Snippets dialog box
GoLive actions are called JavaScript behaviors in Dreamweaver. Like GoLive actions, behaviors are pre-written JavaScript scripts that you can add to your pages visually. Dreamweaver writes these scripts in the page itself; GoLive writes them in an external script library file, CSScriptLib.js, which is stored in the GeneratedItems folder inside the web-content site folder. Each page that uses actions references the same file.
If you migrated your site as described in Migrating a GoLive site manually, you don't have to do anything. Your actions should work as before. However, you will no longer be able to edit the actions visually, though you can still edit them manually by opening the CSScriptLib.js file in Dreamweaver and editing the JavaScript code.
Any new actions, or behaviors, you add with Dreamweaver will be added directly to pages, not the CSScriptLib.js file.
Note: If the CSScriptLib.js file includes relative links to external URLs and you move that file in Dreamweaver, the URLs will not be updated. Dreamweaver does not track relative external links in JavaScript files.
Some GoLive features are not supported in Dreamweaver, but alternative solutions exist.
This article briefly touched on some basic editing tools in Dreamweaver. Many more tools are at your disposal. To find out more, see the following topics in Dreamweaver Help.