
|
Dreamweaver is an HTML editor with some different and some more advanced features than are found in some other editors. You can download a trial version of Dreamweaver to use for thirty days. After thirty days, it will expire. Dreamweaver costs $299 if you buy it online. Academic versions are available, but not advertised on the web site. The academic cost is around $130. The Basic Features Dreamweaver will perform the basic functions we are accustomed to in an HTML editor. We will present some of those functions here so that you can use them during this workshop. H1, H2, etc. - Text menu, Format, or Format from the Properties Window Center, Right, Left - Text menu, Alignment or Alignment buttons from the Properties Window Font change - Text menu, Font or Font drop down box from the Properties Window Font color - Text menu, Color or Text Color box from the Properties Window
Activity-----------------------------------------------------------------
Using the Properties Box You can view and change the properties of any selected text by using the Properties Box. To open the Properties Box: From the Window menu, click Properties. It is very convenient to view and change properties using the controls in the box, instead of using the Menu bar.
Activity------------------------------------------------------------------
Viewing and Editing HTML One advantage that Dreamweaver has over other editors is that you can easily switch between WYSIWYG display and HTML tag display. From
the Window menu, select Launcher if it is not already
selected. Activity--------------------------------------------------------------------- Change Dreamweaver's settings so that either the HTML editor or the WYSIWYG window can be on top.
Don't Change My Code! Have you ever spent time editing and formatting your HTML code so that it looks the way you want for easy readibility? When you open HTML code in many editors, make some changes and save, your code may change. Some HTML editors remove your formatting. They may also insert their own <meta> information. This is very annoying and sometimes downright destructive. Dreamweaver doesn't (usually) change your HTML code. Previewing in a Browser After creating some HTML in Dreamweaver, you will want to view it in a browser. To preview, click the File menu, and select Preview in Browser. Even though Dreamweaver is a WYSIWYG editor, some of the advanced features will not show in the editor window. They will show up in the appropriate browser. Marking your Errors If you prefer to type in HTML tags by hand, Dreamweaver can provide some basic help if there is an error. When you don't properly close a tag, the error that results is marked in bright yellow in the text, as in the image below where the font tag has not been closed.
You can shift to HTML view and correct the error, or click on the offending tag to select it and delete it. The Objects Palette If it is not already visible, from the Window menu choose Objects to open the Objects Palette.
The choices of object categories include Common (images, tables, layers, etc) , Forms (check boxes, radio buttons, text boxes, etc), Head (meta tags, keywords, descriptions, etc), and Invisibles (anchor tags, scripts, comments, etc). The image to the left shows the icons that represent the objects you can insert with the Common category. |