Using Macromedia

Dreamweaver 4

Windows and Panels in Dreamweaver

Viewing Windows and Panels

You can select the Windows or panels in Dreamweaver to view by choosing them from the Windows menu.

[window menu]

Panel names (the top two sections of the menu) are checked if the panel is currently displayed; unchecked if it is not. To display a panel that is not currently checked, select it from the menu. The panel will be displayed and marked with a checkmark in the Windows menu. To close a panel or window, either click the close box (marked x) in the upper right corner of the panel: [close box] or select it twice from the Windows menu-- it will then be unchecked and the window will disappear.

If you can't get a particular panel/window to come up, choose 'Arrange Panels' from the Window menu. That will bring the panels to their default positions on your screen.

The size/shape of some (but not all) of the panels can be changed by right-clicking on the [blue] window bar at the top or side and choosing 'Size', then using the cursor to resize the panel. (Properties cannot be resized.)

Document Window

The document window(s) are where your document is displayed for you to edit it. This will be the main window in which you work. You will choose and edit items in the other windows/panels to affect the document, and what you have selected in the document window will affect the choices you have in the other panels.

[document window]

The Document window in Dreamweaver 4 can be set to display plain HTML code [HTML view button], WYSIWIG with HTML[combined view button], or regular WYSIWIG[WYSIWIG view button], by clicking on the different buttons in the upper left of the window.

Properties Window/Panel

The Properties panel lets you adjust the properties of whatever page element you have selected. Most of the time it looks like this:

[text properties panel]

But when you select something other than text (images, lines, tables, table cells/rows/columns, frames, etc) the properties available change. There is a small button in the lower right corner of the properties panel [expand panel button] to expand the panel so that you can see all the properties for things like table cells:

[table properties panel]

History Window/Panel

The History panel displays a list of all the actions you've taken in this screen in this session.
[history panel]

(Closing the document clears out the history; saving the document does not clear out the history.)

Moving the slider on the left side of the window [history panel slider] upward will cause the document to revert back to the state it was in when the action you move the slider to was taken. To 'un-revert', move the slider back downward before you make a change-- once you've reverted and made a change, the subsequent actions are lost.

You can also go back if you make a mistake by using the Undo and Redo items in the Edit menu: [undo menus] or pressing Ctrl-Z (Undo) or Ctrl-Y (Redo). (Ctrl-Y will also let you repeat the last action you took.)

Object panel

The object panel lets you insert various things, like images [insert image button], tables[insert table button], horizontal rules[insert hr button], email links[email link button], dates[insert date button] and other special objects, by clicking on them rather than choosing them from the Insert menu. In Dreamweaver 4, you can choose one of six different object palettes from the drop-down menu at the top of the panel [object panel menu common], depending on whether you are working with characters, forms, frames, head elements, etc. [object panel menus]

Code Inspector

Code inspector is a way to look at the HTML code in a separate window.

[code inspector panel]

You can also look at the HTML code in your document window by clicking the HTML [HTML view button] or the HTML/WYSIWIG [combined view button] buttons in the document window. Clicking in the Code inspector panel lets you edit the HTML directly.


Back to Installing Dreamweaver
Back to Table of Contents
Forward to Site Management

Jennifer Heise, Last updated March 29, 2001