Adobe Dreamweaver CS5/6: Learning the Tools

Size: px
Start display at page:

Download "Adobe Dreamweaver CS5/6: Learning the Tools"

Transcription

1 Adobe Dreamweaver CS5/6: Learning the Tools Dreamweaver is an HTML (Hypertext Markup Language) editor, authoring tool, and Web site management tool. Dreamweaver is a WYSIWYG (what you see is what you get) web page editor that is very powerful and easy to use. The Work Area When you launch Dreamweaver you will have the option as to how the panels display with the work area. Change the view of the Panels and Panel Groups accordingly to reflect what you are creating or editing. The Dreamweaver 8/CS3/CS4 look is streamlined and saves screen space making the interface a lot easier to learn. The Document Window displays your web page approximately as it will appear in a web browser. Insert Bar The Insert Bar contains buttons for inserting common web page elements such as images, tables, layers, hyperlinks, and rollover images. What You Should Know About the Insert Bar In Dreamweaver, use the Classic view to display the Insert Bar in a tabbed Menu.

2 Categories of the Insert Bar Tools are regrouped in the Insert Bar according to their similarity and are identified as a group by the arrow in the lower right-hand corner of the icon. For example, the Image icon from the Common menu of the Insert Bar has a grouped or fly-out menu containing other image tools. Click the arrow next to the icon to display the menu with the additional image tools. Tip: Most items on the Insert Bar are also available in the Insert Menu. The Properties Inspector The Properties Inspector displays formatting attributes for the selected object in the document. The default view of the Properties Inspector will show HTML formatting tools. Easily switch to CSS tools by clicking on the CSS button. The tools in the Properties Inspector change when working with different objects on the page. For example, if an image is selected, then image tools will appear in the Properties Inspector. U:\dreamweaver8\Dreamweavercs6.doc Page 2 of 21

3 The Document Window Document Toolbar The Document Toolbar allows access to several page options such as the page title, different document view options, an option to Put or Get files to/from the Remote (Web) Server, preview in browser, and several other options. The Title Bar contains the title of the current Web Page. Note: this title will also appear in the title bar of the Web browser, and will be used as a bookmark name if the end user adds the page to their favorite list. Tip: See Page 9 of this document for more information on Document Titles. Tip: An Example of a proper title would be: Staff Information, Foreign Languages Department It is best practice to identify the page, the department, and end with a reference to Colorado State University. Status Bar At the bottom of the Document Window is the Status Bar, which contains tools to help you get information about the web page. Tag Selector The Tag Selector is located in the lower-left corner of the Status Bar and provides easy access to select HTML tags on your page. Window Size Pop-up Menu The Window Size Pop-up Menu is a guide that you can use when designing web pages. Select the arrow in the lower right corner of the tool to display a list of browser window dimensions. Tip: if the options from the Window Size Pop-up pull down menu are not available, then restore down your document window. Selecting an option from the pull down menu will resize your work area or document to the selected window dimension. Example, when choosing to design a web page at a 1024 x 768 resolution, the actual viewable dimensions in the browser window are 955 x 600 pixels. The dimensions are less than the screen resolution because the browser interface takes up space. U:\dreamweaver8\Dreamweavercs6.doc Page 3 of 21

4 The Screen resolution helps when designing and viewing a web page because you can see how your document will look at different resolutions. Use this tool to verify that your page looks good at all resolutions. Download Statistics The Download Statistics field is located to the right of the Window Size menu. This field displays the estimated file size and download time for the web page being created based on the modem settings in the Status Bar category of the Dreamweaver Preferences. Note: this tool is only an estimation of download time based on what you think the end user might be using when connecting to the Internet. This tool is not providing a download estimation based on your Internet/modem connection. To set or change the Preferences choose Edit > Preferences, and select the Status Bar category. Recommended modem setting is 56.0 Kilobits. Panels and Panel Groups Panels and Panel Groups are designed to help the User work more efficiently in Dreamweaver. The Panels and Panel Groups work together to help customize the work space. The majority of Dreamweaver commands are located on both a panel and/or a menu. A Panel Group can have multiple Panels to choose from. The Panel Groups can be displayed in an Open style or a Collapsed Style. Change the settings by clicking with the mouse on the arrow to the left of the Panel Group Name. Tip: The Window menu can also be used to open or close a panel. When viewing the Window menu, any item that has a check mark to the left of the panel name is open or displaying. U:\dreamweaver8\Dreamweavercs6.doc Page 4 of 21

5 Site Management Site Management is a tool used to keep track of web pages you build for a specific web project and the assets you use in a central location. Think of Site Management as a holding tank or a central storage location for all related files. Creating and Defining a Site Create a Site prior to building any pages for your web project. The Site you create will have a unique name and point to a storage folder, Local Root Folder, which will be used to hold all the related pages for the web project. Note, all items used in your web project must be stored in the specified Local Root Folder. From the Menu toolbar select Site > New or Manage Sites to open the Manage Site dialog box. CS5/6 From the Site Setup dialog box, type in a Site name and select a location to save your site under the Local Site Folder. The local site folder is the space on your computer or server where the test files will be created and stored. A site name can be anything; it never leaves your computer. U:\dreamweaver8\Dreamweavercs6.doc Page 5 of 21

6 Next, select the Servers option. From the Server options, click on the plus sign to create a new site. Note: the pencil icon is what you use to edit existing information. From the Basic tab complete the following fields: Sever name is just a text field and it can contain anything. FTP address is the name of the server: eagle.colostate.edu Root Directory is where you type the path to your account on the server. U:\dreamweaver8\Dreamweavercs6.doc Page 6 of 21

7 Next, select the Advanced option from the Servers dialog box. From the Local Info, select the location to store the images. U:\dreamweaver8\Dreamweavercs6.doc Page 7 of 21

8 The Site Name is an internal naming convention used in Dreamweaver. When naming the Site, don t worry about spaces or capitalization. The Site Name is like a pet name for your project. The Site Name is never transferred to the Web or Remote server. The Local Root folder is the central storage location on your computer that will be used to store all files and assets for the web project. Browse and select the folder to be used for the central storage or select the Folder icon to the right of the Local Root Folder field to create a new folder. The file folder chosen or created will be known as the Local Root Folder for your project in Dreamweaver. Tip: All files and assets that you plan on using in your web project must be stored in the Local Root folder. All the folders, subfolders and files that are used in your web project should be stored in the specified Local Root folder so that when you create your pages and link to assets all file references will be relative to your Site. The Site dialog box needs to know where all the images are stored within the Site. Use the Default Images Folder field to point to the folder within your Local Root Folder that will contain or hold all images files for the web project. Tip: If you don t have a folder created to store your images, then click with the mouse on the Folder icon to the right of the field and create a new folder. From the Site Definition dialog box be sure to select the Refresh Local File List Automatically so that Dreamweaver updates the site list when it has been modified. From the Site Definition dialog box be sure to select the Enable Cache. This feature will create a cache that will help increase the speed for link management while working in Dreamweaver. U:\dreamweaver8\Dreamweavercs6.doc Page 8 of 21

9 Browser Preview Dreamweaver is a WYSIWYG program, meaning what you see is what you get. However, it s still a good idea to view your pages in a browser prior to publishing them to make sure they look good and function properly. Dreamweaver allows a user to specify which browsers will be used to preview the web pages in the Preferences dialog box. Dreamweaver preferences can hold up to twenty different browsers, but the two most common browsers are Mozilla and Internet Explorer. Note: you must have these browsers installed on your computer in order to set them up in Dreamweaver Preferences. Tip: The CTSS training room is using Internet Explorer as the Primary Browser (F12) and Firefox as the Secondary Browser (CTRL F12). Access the Preview in Browser option by selecting Edit > Preferences. From the Preview in Browser dialog box, select the Plus icon to add a new browser or the Minus icon to remove a browser. U:\dreamweaver8\Dreamweavercs6.doc Page 9 of 21

10 Creating a Basic Web Page The Start Up Page in Dreamweaver CS5/6 The New Screen in Dreamweaver CS5/CS6 provides easy and quick access to different file types and other Dreamweaver information. Select HTML under the Create New column to get an empty canvas or a blank file. U:\dreamweaver8\Dreamweavercs6.doc Page 10 of 21

11 Tip: To turn off the Dreamweaver Welcome Screen choose Edit > Preferences > General Category and deselect the Show Welcome Screen option. To open a new window or blank canvas outside of the Welcome Page, choose File > New. From the Blank Page category, select HTML as the file type option. When creating a new page in CS, you will need to specify the DocType and CSS. We will talk more about this later in CSS class. To open an existing file, choose File, Open and browse to select the file. U:\dreamweaver8\Dreamweavercs6.doc Page 11 of 21

12 Saving Your File Always save a new document prior to adding any content by choosing File> Save As and specifying a file name. Name your files with meaningful names and use lowercase letters or numbers for the file name. Note, when naming and saving your files don t use spaces in your file names; instead use the underscore or dash. Dreamweaver automatically adds the extension.html or.htm to your file name when you save. Tip: when saving files for the web project, be sure to save them in the folder specified in the Site Manager. Document Title Always give every HTML document a title. The document title appears in the title bar of the Dreamweaver window and also in the Browser title bar. Some search engines even display title information in browser search results. It s important to give your web page a meaningful title name because it can be used in some browser searches and it can also be saved and used as a browser bookmark or favorite. A title can be added by using the Title field in the Document Toolbar or by using the Title field in the Modify, Page Properties, Title/Encoding category. Tip: Beginning with Dreamweaver MX 2004 the Page Properties dialog box can be accessed using the Page Properties button located on the Properties Inspector. Page Properties By default, all page properties applied to the document are embedded into the document as inline styles instead of HTML tags. The use of cascading style sheets (CSS) is highly recommended and is considered a best practice for web page development. However, inline styles can interfere with CSS that controls the appearance of more than a single page, and so for this class we recommend you turn off the Use CSS instead of HTML Tags option under the Edit > U:\dreamweaver8\Dreamweavercs6.doc Page 12 of 21

13 Preferences > General category. This is a toggle on/off feature so make sure there is no check mark next to this field. Deselect Use CSS instead of HTML tags in the General category of the Preferences dialog box: The Page Properties dialog box includes the title, background color, background image, text color and hyperlink color. Edit Page Properties by choosing the Modify menu and selecting Page Properties or by selecting the new Page Properties button in the Properties Inspector. Adding Text There are several different ways one can insert text on a web page in Dreamweaver. One option is to type the text directly on the canvas. Another option is to use the Dreamweaver copy/paste option or import directly from a Microsoft Office document. Typing Text Directly on the Canvas Position the cursor on the canvas and type the text. U:\dreamweaver8\Dreamweavercs6.doc Page 13 of 21

14 Inserting Text From Other Applications Use the copy/paste method to insert text from other applications into Dreamweaver. Note, Dreamweaver 8/CS3/CS4/CS5 provides options when pasting text. Copy the text and prior to pasting into Dreamweaver choose Edit > Paste Special and select the paste option. Tip: We recommend the Text with structure plus basic formatting (bold, italic) option. This option will not conflict with other style sheet settings. Tip: Drag a Word file into a Dreamweaver File Inserting Excel Information Dreamweaver will allow a Microsoft Word or Microsoft Excel file to be imported directly into Dreamweaver. Position the cursor on the page where you want the data imported and choose File > Import > and select either Word or Excel Document. Tip: Importing a document does not link the original file source to the Dreamweaver file. Importing Tabular Data Step one to importing tabular data would be to get the original file in a text file format. Open the file in Excel and save the file as a text file, tab delimited. From Dreamweaver choose File > Import > Import Tabular Data. Select the Browse button from the Import Tabular Data dialog box and select the text file. Note: if the text file was not saved in Tab Delimited format, then select the correct delimiter from the Delimiter pull-down menu. Tip: If needed, remove column widths and row heights from the imported data. Start by selecting the <table> tag located in the Tag Selector. The Tag Selector is located in lower left side of the Status Bar. Next, Select the Clear Table Height and/or Table Width button that is located in the Properties Inspector. Note, you will only see the Clear Table Height/Width buttons in the Property Inspector if the Table is selected. U:\dreamweaver8\Dreamweavercs6.doc Page 14 of 21

15 Sort the Imported Tabular Data Sort the inserted data by choosing Commands > Sort Table. From the Sort Table dialog box, select sort options. Cleaning up Microsoft Word or HTML Documents in Dreamweaver Run the Clean up Word tool on any Microsoft document that is used in Dreamweaver. Choose Command > Clean Up Word HTML. A Clean up Word HTML dialog box will display. Select the options for the clean up. If the Show Log on Completion option is selected, Dreamweaver informs you of the modifications made. Dreamweaver provides a full set of options so you can tailor the Word-to- Dreamweaver transformation. Using the Properties Inspector to Format Text Formatting Text Formatting options are located in the Properties Inspector. Note: When formatting a document apply only the Bold, Italics, and/or Heading options from the Properties Inspector. All other formatting options such as font, size, color, alignments, and so forth should be controlled with cascading style sheets (CSS). Tip: By default, the Properties Inspector will appear at the base of the Dreamweaver window. If the Properties Inspector is not visible, access the Properties Inspector by choosing Window > Properties or use the shortcut key Ctrl+F3. X X X X X Format Field None: Removes only paragraph formatting such as Headings. e.g. Heading 1. This option will not remove formatting that was applied manually such as bold, italic, font color and different font sizes. U:\dreamweaver8\Dreamweavercs6.doc Page 15 of 21

16 Paragraph: A paragraph can be one word or several sentences. Anytime you press the Enter key in Dreamweaver it is considered a paragraph. At the end of the paragraph, Dreamweaver automatically inserts a double space below the typed text and includes the <p> </p> tags around the text in the paragraph. The Paragraph option adds paragraph tags at the beginning and at the end of the paragraph. Tip: Press the Shift key + the Enter key to insert a single line break ( <br> is the HTML tag). Heading: There are six Headings available Heading 1, which has the highest priority, Heading 2, which is a subheading of Heading 1, and so forth. Normally a page contains only one level 1 header. Headings are block elements, meaning they can only be applied to whole paragraphs. Tip: Headings are used to mark up a page into logical sections. They should not be applied as a formatting attribute. If you wish to change the appearance of text, apply styles using CSS. Preformatted: This HTML style displays text in a non-proportional or fixed-width font. Note: The <pre> tag is now deprecated, meaning it is no longer recommended. Lists The two common types of lists in Dreamweaver: Unordered (bulleted) and Ordered (numbered). Both the Unordered List icon and the Ordered List icons are available in the Property Inspector. The Unordered List and the Ordered List can be applied to text prior to typing or after. When creating your list, be sure to press the Enter key at the end of each line. If you use the Shift + Enter at the end of each line (which inserts a line break), then Dreamweaver will not recognize the line as a paragraph and the list icon will only be applied to the first item in your list rather than every line in your list. Modify the list properties by positing the cursor anyplace in the list and choosing the List Item button from the Properties Inspector. Images The two standard images types that most browsers support are GIF and JPEG. GIF (CompuServe Graphics Interchange Format - GIF extension) JPEG (Joint Photographic Experts Group - JPG or JPEG extension) PNG (Portable Network Graphic) PNG (pronounced ping ) graphics were designed specifically for use on the Web, and offer a range of versatile features. U:\dreamweaver8\Dreamweavercs6.doc Page 16 of 21

17 More Image Information GIF art images lack the higher quality of JPEG files, but are more compact and display more quickly in web browsers. GIF images work well for black and white "wireframe" or line drawings while JPEG images are more appropriate for "raster" or full color images such as photographs. PNG image features include a full range of color depths, support for sophisticated image transparency, better interlacing, and automatic corrections for display monitor gamma. PNG images can also hold a short text description of the image's content, which allows Internet search engines to search for images based on these embedded text descriptions. You can create your own images, scan them, or buy them as part of a commercial clip art package. You can also find GIF, JPEG, and PNG images on the Internet's many free and royaltyfree (public domain) image archives. Inserting an Image ***Save your page first. Place the cursor where you want to insert the image. From the Insert Menu choose Image and browse to select the image. An image can also be inserted by choosing the Image icon from the Common menu located in the Inset Bar. Alternative Text (Alt text) Alternative text must be added to every image that is added to a web page. Alternative text is used for those readers who choose to use text-only browsers or have image loading turned off. In addition, use of alternative text allows users with visual impairments to understand the meaning of images on a web page. When inserting alternative text, be sure to use text that describes the intent of images. Some images are what might be called eye candy they add no meaningful content to the page. Other images add important information and should be accompanied by descriptions of the meaning they convey. Using alternative text to give meaning to your images goes a long way toward making your web pages more accessible to all users. Adding Alt Text: Select an image on the page and the Properties Inspector will change to display image properties. Position the cursor in the Alt field and enter a descriptive label for that image. Keep in mind that A car is not as descriptive as A blue 1965 Ford Mustang. If the image is meaningless, as described above, select <empty> from the Alt menu. Note that Internet Explorer displays the alternative text as a tool tip when the mouse rolls over the image. U:\dreamweaver8\Dreamweavercs6.doc Page 17 of 21

18 Tip: The Alternative Text Accessibility option can be turned on so that Dreamweaver always provides a prompt for Alternative Text when an image has been inserted into the document. Turn the Accessibility option on by selecting Edit > Preferences > select the Accessibility Category and select the check box for Images. Text and Image Alignment Note: Avoid this option and instead use cascading style sheet rules to control text and image display. See tip under Using the Properties Inspector to Format Text above. U:\dreamweaver8\Dreamweavercs6.doc Page 18 of 21

19 Rollover Images A Rollover image consists of two states, a display state and a rollover state. The display state is how the image appears when the user visits the web page. The rollover state will only change when the user moves the cursor over the image. The Rollover Image icon is located in the Common tab on the Insert Panel. Hyperlinks A hyperlink can be used several different ways, for example to jump from one area of a document to another area within the same document, launch an window, jump to a web site or launch a different file. Hyperlinks can be linked from text or graphics. A text hyperlink is normally identified with an underline. The link color is normally blue for an unvisited link and red for a visited link. However, these colors can be customized. A graphic that is hyperlinked is normally identified when you roll your mouse over the image and the pointer changes to a pointing finger. A Hyperlink can be a link to other sites on the WWW, a link to a file, an link or an Anchor. Some Hyperlink Options The Hyperlink button is located in the Properties Inspector. A hyperlink can be created by first selecting the text or object that will be used as the hyperlink and then: typing the address of the web page or file you re linking to in the Link field selecting a file through the Browse button in the Link field Creating a link to The link button located on the Common menu or the Link field on the Properties Inspector can be used to create an hyperlink. 1. Creating the link from the Property Inspector: From your Dreamweaver page, highlight the object or text that will be used as a hyperlink. Next, position the cursor in the Link field and type the following tag: mailto:username@ address.colostate.edu Note: There are no spaces in the example above. 2. Creating the link from the Common menu: From your Dreamweaver page, highlight the text that will be used as a hyperlink. Next, select the icon from the Common menu to launch the Link dialog box. The text selected prior to choosing the Link icon will display in the Text field and will be used as the hyperlink. Note: the text that will be used as the hyperlink can be changed in this dialog box. Type the address in the field for the hyperlink. Example: fran@lamar.colostate.edu. U:\dreamweaver8\Dreamweavercs6.doc Page 19 of 21

20 Note: You do not need the mailto: in front of the address when using the Link icon from the Common menu. Editing a Hyperlink Select the link and view the link properties in the Properties Inspector. An address can be changed in the link field or a different file can be selected for the link by choosing the Browse button and selecting a different file. Note, you can also right-click with the mouse on any link and get options to delete, change or edit the link. Creating an Anchor A Named Anchor is a link to a specific area in a document. Anchors are especially useful in long documents. Creating an Anchor is a two-step process. First, create the Anchor and second, link to the Anchor. Position the cursor at the beginning of a word where you want to insert an Anchor. From the Insert Menu select Named Anchor or press the shortcut keys Ctrl+Alt+A. Note, the Common menu also displays the Named Anchor icon and it can be used when creating anchors. A Named Anchor dialog box will display. Type a name for the anchor and do not use any spaces in the Anchor Name. Press OK when finished. Note: If the Anchor Marker doesn't appear at the insertion point location, choose View > Visual Aids > Invisible Elements. Anchor Names are case sensitive. Link to an Anchor using the Point-to-File icon in the Property Inspector. Select the text that will be used as the hyperlink. Next, click on the Point-to-File icon with the mouse and hold and drag to the Anchor. When the arrow from the Point-to-File icon is on the Anchor tag and it turns blue, then release the mouse. U:\dreamweaver8\Dreamweavercs6.doc Page 20 of 21

21 REFERENCES Web3Schools.com. (2012) Introduction to HTML 5. Retrieved from U:\dreamweaver8\Dreamweavercs6.doc Page 21 of 21

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

STD 7 th Paper 1 FA 4

STD 7 th Paper 1 FA 4 STD 7 th Paper 1 FA 4 Choose the correct option from the following 1 HTML is a. A Data base B Word Processor C Language D None 2 is a popular text editor in MS window A Notepad B MS Excel C MS Outlook

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Dazzle the Web with Dynamic Dreamweaver, Part II

Dazzle the Web with Dynamic Dreamweaver, Part II Dazzle the Web with Dynamic Dreamweaver, Part II In the second Dreamweaver workshop we will learn the following skills: 1. Adding hyperlinks to our home page 2. Adding images to our home page 3. Creating

More information

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production Dreamweaver CS 5.5 Creating Web Pages with a Template University Information Technology Services Training, Outreach, Learning Technologies, and Video Production Copyright 2012 KSU Department of Information

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

IT153 Midterm Study Guide

IT153 Midterm Study Guide IT153 Midterm Study Guide These are facts about the Adobe Dreamweaver CS4 Application. If you know these facts, you should be able to do well on your midterm. Dreamweaver users work in the Document window

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

ADOBE Dreamweaver CS3 Basics

ADOBE Dreamweaver CS3 Basics ADOBE Dreamweaver CS3 Basics IT Center Training Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu This page intentionally left blank 2 8/16/2011 Contents Before you start with Dreamweaver....

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

Dreamweaver CS6. Level 3. Topics Working with Text, List, and tables Working with Images

Dreamweaver CS6. Level 3. Topics Working with Text, List, and tables Working with Images Level 3 Topics Working with Text, List, and tables Working with Images Changing the Copy/ Paste Prefences in Dreamweaver You can set special paste preferences as default options when using Edit > Paste

More information

Building TPS Web Pages with Dreamweaver

Building TPS Web Pages with Dreamweaver Building TPS Web Pages with Dreamweaver Title Pages 1. Folder Management 7 2. Defining Your Site 8-11 3. Overview of Design Features 12-22 4. Working with Templates 23-25 5. Publishing Your Site to the

More information

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Define a Dreamweaver site. Create,

More information

Creating Web Pages with a Template

Creating Web Pages with a Template Creating Web Pages with a Template Adobe Dreamweaver Creative Cloud 2017 University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

Objective % Select and utilize tools to design and develop websites.

Objective % Select and utilize tools to design and develop websites. Objective 207.02 8% Select and utilize tools to design and develop websites. Hypertext Markup Language (HTML) Basic framework for all web design. Written using tags that a web browser uses to interpret

More information

Section 6: Dreamweaver

Section 6: Dreamweaver Section 6: Dreamweaver 1 Building TPS Web Pages with Dreamweaver Title Pages 1. Dreamweaver Storyboard Pages 3 2. Folder Management 4 3. Defining Your Site 5-8 4. Overview of Design Features 9-19 5. Working

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

DREAMWEAVER QUICK START TABLE OF CONTENT

DREAMWEAVER QUICK START TABLE OF CONTENT DREAMWEAVER QUICK START TABLE OF CONTENT Web Design Review 2 Understanding the World Wide Web... 2 Web Browsers... 2 How Browsers Display Web pages... 3 The Web Process at Sacramento State... 4 Web Server

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Introduction to Dreamweaver CS3

Introduction to Dreamweaver CS3 TUTORIAL 2 Introduction to Dreamweaver CS3 In Tutorial 2 you will create a sample site while you practice the following skills with Adobe Dreamweaver CS3: Creating pages based on a built-in CSS page layout

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

Introduction to Dreamweaver

Introduction to Dreamweaver COMMUNITY TECHNICAL SUPPORT Introduction to Dreamweaver What is Dreamweaver? Dreamweaver helps you to create Web pages while it codes html (and more) for you. It is located on the bottom tray or in the

More information

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield?

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield? Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP 1. How does it all work? 2. What do I need to get started at Fairfield? 3. What is HTML coding? 4. The 10 HTML Tags that you should know.

More information

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7 WORD PROCESSING (Microsoft Word 2016) Week 4-7 Creating a New Document In Word, there are several ways to create new document, open existing documents, and save documents: Click the File menu tab and then

More information

Word Tips & Tricks. Status Bar. Add item to Status Bar To add an itme to the status bar, click on the item and a checkmark will display.

Word Tips & Tricks. Status Bar. Add item to Status Bar To add an itme to the status bar, click on the item and a checkmark will display. Status Bar The status bar is located on the bottom of the Microsoft Word window. The status bar displays information about the document such as the current page number, the word count in the document,

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Title and Modify Page Properties

Title and Modify Page Properties Dreamweaver After cropping out all of the pieces from Photoshop we are ready to begin putting the pieces back together in Dreamweaver. If we were to layout all of the pieces on a table we would have graphics

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

Introduction to the MODx Manager

Introduction to the MODx Manager Introduction to the MODx Manager To login to your site's Manager: Go to your school s website, then add /manager/ ex. http://alamosa.k12.co.us/school/manager/ Enter your username and password, then click

More information

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10 CONTENTS Chapter 1 Introduction to Dreamweaver CS3 1 About Dreamweaver CS3 Interface...4 Title Bar... 4 Menu Bar... 4 Insert Bar... 5 Document Toolbar... 5 Coding Toolbar... 6 Document Window... 7 Properties

More information

Learn Dreamweaver CS5 in a Day

Learn Dreamweaver CS5 in a Day Learn Dreamweaver CS5 in a Day Topic File Used Page Number Instructions...1 Chapter 1 Tutorial 1. Introduction... 3 2. Previewing finished site in your web browser...als_portfolio... 7 3. Starting Up Dreamweaver...

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

More information

Electronic Portfolios in the Classroom

Electronic Portfolios in the Classroom Electronic Portfolios in the Classroom What are portfolios? Electronic Portfolios are a creative means of organizing, summarizing, and sharing artifacts, information, and ideas about teaching and/or learning,

More information

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab OBJECTIVES- 1.0 Setting Project Requirement 1.1 Identify the purpose, audience, and audience needs for

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

CREATING ACCESSIBLE WEB PAGES

CREATING ACCESSIBLE WEB PAGES CREATING ACCESSIBLE WEB PAGES WITH DREAMWEAVER MX 2004 Introduction This document assumes that you are familiar with the use of a computer keyboard and mouse, have a working knowledge of Microsoft Windows

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Cascade V8.4 Website Content Management for the Site Manager UMSL

Cascade V8.4 Website Content Management for the Site Manager UMSL Cascade V8.4 Website Content Management for the Site Manager UMSL Contents Purpose & How to Use This Guide... 5 Getting Started and Logging In... 5 Login... 5 Dashboard... 5 Notifications... 5 Setting

More information

Tree and Data Grid for Micro Charts User Guide

Tree and Data Grid for Micro Charts User Guide COMPONENTS FOR XCELSIUS Tree and Data Grid for Micro Charts User Guide Version 1.1 Inovista Copyright 2009 All Rights Reserved Page 1 TABLE OF CONTENTS Components for Xcelsius... 1 Introduction... 4 Data

More information

Dear Candidate, Thank you, Adobe Education

Dear Candidate, Thank you, Adobe Education Dear Candidate, In preparation for the Web Communication certification exam, we ve put together a set of practice materials and example exam items for you to review. What you ll find in this packet are:

More information

Start by launching Mozilla To start making a web page, go to File -> New -> Composer Page

Start by launching Mozilla To start making a web page, go to File -> New -> Composer Page Creating a Web Page using Mozilla Composer- A Free Open Source Application Emily Hebard IT Lab School of Information University of Texas at Austin Spring 2003 Objectives Orient to the Mozilla Composer

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Creating a Website with Dreamweaver 4

Creating a Website with Dreamweaver 4 Creating a Website with Dreamweaver 4 What is Dreamweaver (DW)? DW is a visual web page editor that allows you to create and manage Websites and pages without having to learn HTML (Hyper Text Markup Language).

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

Dreamweaver. An Introduction to editing webpages

Dreamweaver. An Introduction to editing webpages Dreamweaver An Introduction to editing webpages Edited: 2/7/18 Salter, Sharina D Contents Session Description... 3 Overview... 3 Introduction to Dreamweaver... 3 Toolbar... 5 Getting Started... 6 Create

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) CS 1033 Multimedia and Communications Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Table Properties Reference Guide The Property

More information

Table of Contents Chapter 9. Working with Cascading Style Sheets ... 1

Table of Contents Chapter 9. Working with Cascading Style Sheets ... 1 Table of Contents Chapter 9.... 1 Introduction... 1 Introducing Cascading Style Sheets... 2 Create CSS Styles... 2 Attribute Styles... 2 Style Types... 3 Creating a Web Page with a CSS Layout... 4 Create

More information

Web Publishing Basics II

Web Publishing Basics II Web Publishing Basics II Jeff Pankin Information Services and Technology Table of Contents Course Objectives... 2 Create a Site Definition... 3 The Dreamweaver CS4 Interface... 4 Panels are groups of icons

More information

Adobe Dreamweaver CS4

Adobe Dreamweaver CS4 Adobe Dreamweaver CS4 About Dreamweaver Whether creating simple blog pages complex web sites, Dreamweaver provides users with a powerful set of web-design tools necessary f the task. Its userfriendly interface

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to:

The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to: About the Text Editor The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to: Add items to Content Areas, Learning Modules, Lesson

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

Creating consistent content pages

Creating consistent content pages Creating consistent content pages Content pages link from the electronic portfolio s home page. Using the ideas from the class discussion, determine the consistent elements of your content pages and plan

More information

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close. Opening Microsoft Word 2007 in the practical room UNIT-III 1 KNREDDY 1. Nyelvi beállítások az Office 2007-hez (Language settings for Office 2007 (not 2003)) English. 2. Double click on the Word 2007 icon

More information

Microsoft Word. Part 2. Hanging Indent

Microsoft Word. Part 2. Hanging Indent Microsoft Word Part 2 Hanging Indent 1 The hanging indent feature indents each line except the first line by the amount specified in the By field in the Paragraph option under the format option, as shown

More information

Using Dreamweaver to Create Page Layouts

Using Dreamweaver to Create Page Layouts Using Dreamweaver to Create Page Layouts with Cascading Style Sheets (CSS) What are Cascading Style Sheets? Each cascading style sheet is a set of rules that provides consistent formatting or a single

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

SoftChalk 10. Level 1. University Information Technology Services. Learning Technologies, Training, Audiovisual, and Outreach

SoftChalk 10. Level 1. University Information Technology Services. Learning Technologies, Training, Audiovisual, and Outreach SoftChalk 10 Level 1 University Information Technology Services Learning Technologies, Training, Audiovisual, and Outreach Copyright 2018 KSU Division of University Information Technology Services This

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Standard Windows Keyboard Layout & Keyboard Shortcuts

Standard Windows Keyboard Layout & Keyboard Shortcuts Standard Windows Keyboard Layout & Keyboard Shortcuts Desktop keyboard Laptop keyboard Explanation of the Keys on a Windows QWERTY Keyboard Q W E R T Y "The name "QWERTY" for our computer keyboard comes

More information

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian An Introduction to Microsoft FrontPage Lecture No.1 Date: April 20. 2007 Instructor: Mr. Mustafa Babagil Prepared By: Nima Hashemian 2006 An Introduction to FrontPage Mathematics Department Eastern Mediterranean

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE Word Tutorial 3 Creating a Multiple- Page Report COMPREHENSIVE Objectives Format headings with Quick Styles Insert a manual page break Create and edit a table Sort rows in a table Modify a table s structure

More information

BHM Website Teacher User Guide

BHM Website Teacher User Guide BHM Website Teacher User Guide How to Login 1. Go to HUhttp://bhmschools.org/userUH 2. Enter your username and password and click Log in How to Change Your Password 1. Go to My Account in your Nav bar

More information

FrontPage. Directions & Reference

FrontPage. Directions & Reference FrontPage Directions & Reference August 2006 Table of Contents Page No. Open, Create, Save WebPages Open Webpage... 1 Create and Save a New Page... 1-2 Change the Background Color of Your Web Page...

More information

Microsoft Word: Steps To Success (The Bare Essentials)

Microsoft Word: Steps To Success (The Bare Essentials) Microsoft Word: Steps To Success (The Bare Essentials) Workbook by Joyce Kirst 2005 Microsoft Word: Step to Success (The Bare Essentials) Page Contents 1 Starting Word 2 Save 3 Exit 5 Toolbars, Alignment,

More information

Creating a Web Presentation

Creating a Web Presentation LESSON 9 Creating a Web Presentation 9.1 After completing this lesson, you will be able to: Create an agenda slide or home page. Create a hyperlink to a slide. Create a Web presentation with the AutoContent

More information

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4 Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML 4.01 Version: 4.01 Transitional Hypertext Markup Language is the coding behind web publishing. In this tutorial, basic knowledge of HTML will be covered

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

Make Your Documents Accessible Worksheet (Microsoft Word 2010)

Make Your Documents Accessible Worksheet (Microsoft Word 2010) Make Your Documents Accessible Worksheet (Microsoft Word 2010) This exercise is intended for staff attending the Make your documents accessible course, although other staff will also find this resource

More information

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor. All Creative Designs HTML Web Tutorial for PC Using KompoZer New version 2012 now available at: http://www.allcreativedesigns.com.au/pages/tutorials.html Step 1 Download and Install KompoZer Step by step

More information

EPiServer Content Editor s Guide

EPiServer Content Editor s Guide EPiServer Content Editor s Guide Contents Getting Started with EPiServer... 19 Logging In... 19 Navigating from the Global Menu... 19 Generic Functions, Toolbar and Panes... 20 Generic Functions... 20

More information

Adobe Dreamweaver 8. An introductory guide to using Adobe Dreamweaver 8

Adobe Dreamweaver 8. An introductory guide to using Adobe Dreamweaver 8 Adobe Dreamweaver 8 An introductory guide to using Adobe Dreamweaver 8 January 2007 COPYRIGHTS "The University of Bradford retains copyright for this material, which may not be reproduced without prior

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

Dreamweaver 8. Project 5. Templates and Style Sheets

Dreamweaver 8. Project 5. Templates and Style Sheets Dreamweaver 8 Project 5 Templates and Style Sheets Starting Dreamweaver and Opening the Colorado Parks Web Site Click the Start button on the Windows taskbar Point to All Programs on the Start menu, point

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2 ARIS Architect Version 9.8 Service Release 2 October 2015 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change and these changes

More information

Adobe Dreamweaver CS3 English 510 Fall 2007

Adobe Dreamweaver CS3 English 510 Fall 2007 Adobe Dreamweaver CS3 English 510 Fall 2007 Important: Before going through this handout, you should create a WWW directory on your ISU e-mail account. Otherwise, you will not be able to upload and view

More information

CLASS 6: March 5, 2014 MULTIMEDIA TOOLS: DGIM 601-W01 (127469)

CLASS 6: March 5, 2014 MULTIMEDIA TOOLS: DGIM 601-W01 (127469) CLASS 6: March 5, 2014 MULTIMEDIA TOOLS: DGIM 601-W01 (127469) AGENDA: Homework Review: Website Logo (Save As: YourInitials_logo.psd ) Photoshop Lesson 6: Start Midterm Set-Up OBJECTIVE: Set-Up Photoshop

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

Creating and Publishing Faculty Webpages

Creating and Publishing Faculty Webpages Creating and Publishing Faculty Webpages The UNF Template The template we are using today provides a professional page that is easy to work with. Because the pages are already built, faculty members can

More information

Dreamweaver 101. Here s the desktop icon for Dreamweaver CS5: Click it open. From the top menu options, choose Site and New Site

Dreamweaver 101. Here s the desktop icon for Dreamweaver CS5: Click it open. From the top menu options, choose Site and New Site Dreamweaver 101 First step: For your first time out, create a folder on your desktop to contain all of your DW pages and assets (images, audio files, etc.). Name it. For demonstration, I ll name mine dw_magic.

More information

South Dakota Department of Transportation January 10, 2014

South Dakota Department of Transportation January 10, 2014 South Dakota Department of Transportation January 10, 2014 USER GUIDE FOR ELECTRONIC PLANS REVIEW AND PDF DOCUMENT REQUIREMENTS FOR CONSULTANTS Contents Page(s) What Is A Shared Electronic Plan Review

More information