|
Dreamweaver Tutorials -
Basics
|
|
Page 4 of 4 Document window The Document window is where you do most of the editing for the current document. You can toggle between three different view modes by clicking on the buttons in the Document toolbar. - The Code view button displays the code of the document.
- The Split view displays the Code and Design view together.
- The Design view displays the WYSIWYG (What you see is what you get) editor.
The Split view and Design view is not available if the document is a code-based file (ex. XML, JavaScript, CSS). Property inspector The Property inspector displays the properties related to the currently selected object in the Document window. For example, when you click on an image, the properties for the image will be displayed in the Property inspector. Inside the Property inspector, you can change the settings and perform various tasks related to the selected object. 
|