![]() |
Using Macromedia Dreamweaver 4 |
You can select the Windows or panels in Dreamweaver to view by choosing them from the Windows menu.
![[window menu]](windowmenu.jpg)
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:
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.)
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]](docwindow.jpg)
The Document window in Dreamweaver 4 can be set to display plain HTML code
,
WYSIWIG with HTML
,
or regular WYSIWIG
,
by clicking on the different buttons in the upper left of the window.
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]](proppanel.jpg)
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
to expand the panel so that you can see all the properties for things like table
cells:
![[table properties panel]](tableproppanel.jpg)
The History panel displays a list of all the actions you've taken in this screen
in this session.
(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
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:
or pressing Ctrl-Z (Undo) or Ctrl-Y (Redo). (Ctrl-Y will also let you repeat
the last action you took.)
The object panel lets you insert various things, like images
,
tables
,
horizontal rules
,
email links
,
dates
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
,
depending on whether you are working with characters, forms, frames, head elements,
etc. ![[object panel menus]](objpanelmenus.jpg)
Code inspector is a way to look at the HTML code in a separate window.
![[code inspector panel]](codeinspector.jpg)
You can also look at the HTML code in your document window by clicking the
HTML
or the HTML/WYSIWIG
buttons in the document window. Clicking in the Code inspector panel lets you
edit the HTML directly.
| Back to Installing Dreamweaver | Forward to Site Management |
Jennifer Heise, Last updated March 29, 2001