Dazzle the Web with Dynamic Dreamweaver, Part II

Size: px
Start display at page:

Download "Dazzle the Web with Dynamic Dreamweaver, Part II"

Transcription

1 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 tables 4. Creating a FAQs page 5. Creating a site map for our website 6. Adding a jump menu Adding a Navigation Bar to our Home Page In this workshop we will create simple, text-based hyperlinks because learning how to design graphic hyperlinks in a program such as Fireworks or Imageready requires more time than we have available for these workshops. First, we will type the text for our link bar, and then we will create the links as follows: 1. Click to the left of the heading on the home page (Make your Web dreams.). Press the Enter key to make a new paragraph, and then press the up arrow key. We will type the text for our navigation bar on this line. 2. Type the vertical bar key and press the space bar. (To type a vertical bar, hold down the Shift key and type the key between the Backspace key and above the Enter key). 3. Type Home Page. Type a vertical bar and press the space bar. 4. Type the other links that will appear on the home page. You do not have to copy mine. After typing each link press the space bar and type a vertical bar. Use any font you wish, but it should the same or compatible with the font you use for the page s text. 32

2 5. After typing your navigation bar, center it, using the Center button on the Property Inspector. 6. Change the color of the links if you wish, but use a color that is easy to read when displayed on the Web. Figure 29 shows the completed navigation bar. Once again, use the links you want to appear on your website. Do not use blue or red because by default unvisited hyperlinks display in blue, and visited hyperlinks in red. Figure 29: Navigation Bar for Home Page Creating Blank Pages for Website Before we can make the hyperlinks for our navigation bar we have to create the additional web pages for our site. First, we will create blank web pages and copy the navigation bar we created for the home page to each page. To create the new web pages: 1. Select File > New to display the New Document dialog box, as shown in Figure 30. Under Category, select Basic Page, if it is not already selected. Under Basic Page, select HTML, if it is not pre-selected. 33

3 Figure 30: New Document Dialog Box 2. Click the Create button to display a new blank web page in the Document window. Figure 31 shows the new blank web page. Figure 31: New Blank Web Page Displayed in Document Window 34

4 3. To save the new web page, select File > Save to display the Save As dialog box. Make certain that you save the new page in the folder you save your home page in. Replace the text in the file name box with the file name of your new page (Ex: plansite). To give your new web page a title, click Modify > Page Properties on the menu and type the page title in the Title box. If you want to change the background color of the web page, do it now. Figure 32 shows the Save As dialog box. Figure 32: Save As Dialog Box 4. Follow steps 1-3 to create the other new web pages for your website. The file names for the pages I created are: plansite.htm, createsite.htm, dwpart2.htm, dwpart2.htm, dwfaqs.htm, and sitemap.htm. (Note: You do not have to type the file extension,.htm; when you save a file Dreamweaver appends it). 35

5 5. The file names of all the pages in your web site now appear in the Site Panel. If the site Pane does not display, click Window > Site Panel to activate it. See Figure 33 below. Figure 33: Web Pages Displayed in Site Panel Adding Hyperlinks to the Navigation Bar Open the home page if you have closed it. To add the hyperlinks to the navigation bar: 1. Select the text Home Page. 36

6 2. Click the Browse for File icon which is to the right of the Link box in the Property Inspector. The Select File dialog box appears. Figure 34: Select File Dialog Box 3. In the Select File dialog box click the name of the file (web page) you want to make the link to and click OK. 4. The text-based hyperlink link you just made is now blue and underlined. Deselect it. 37

7 5. Follow steps 1-3 to make hyperlinks to the other pages of your website. Select only the text of the hyperlink, not the vertical bar! Figure 35 shows the completed navigation bar. Figure 35: Completed Navigation Bar 6. Now we will copy our navigation bar to the other pages of our website. Select the navigation bar, right-click and click Copy on the submenu. Open another web page, right-click and choose Paste to past the navigation bar into that page. Open the other web pages of the site and paste the bar at the top of them also. Save each page after pasting the navigation bar into it. Creating Banners for the Other Web Pages Type a descriptive banner in a font and heading size of your choice for each page of your website. Making a Link to a Named Anchor, or a Different Location on a Web Page Many web pages have a link that visitors can click on to navigate to another location on the same web page. An example is a link at the bottom of a page that, when clicked, moves the cursor to the top of the page. This is referred to as linking to a named anchor. To make a page that moves the cursor from the bottom to the top of our home page complete these steps: 1. Press Ctrl + End to move to the bottom of the home page. 2. Type Top of Page and center this phrase. 3. Place the cursor to the left of the M in the heading that begins Make Click the Common tab on the Insert bar. Click the Named Anchor button on the Common tab. 38

8 5. Type the name of the anchor, top, in the Named Anchor text box. A small anchor symbol displays to the left of the M in the word Make in the heading. Figure 36: Named Anchor Text Box 6. Select the phrase Top of Page at the bottom of the web page. Click the Browse for File icon and type #top in the dialog box. Figure 37: Linking to a Named Anchor 39

9 Linking to another Web Site (External Hyperlink) Let us make a link the ACC home page. Add the text, ACC Home to the navigation bar at the top of the web page. To make a link to ACC s home page: 1. Select the text ACC Home. 2. Type the entire URL of ACC s home page ( in the Link box of the Property Inspector. This would be a good time to open the home page in the browser and test all the links we have made so far. If you wish, add the ACC home page link to the other web pages you have created. Figure 38: Linking to the ACC Home Page Making an Link Another type of link is an link that opens the user s default program when clicked. To make an link: 1. Position the cursor near the bottom of the page and type me at: your address. (Ex: me at: jclark@austincc.edu). 2. Select your address. 3. Type mailto:, followed by your address in the Link box of the Property Inspector. Again, do not leave any spaces after mailto: and your address. Refer to Figure 39 below. (Note: When you test this link on a computer at ACC it will probably try to open Microsoft Outlook or Outlook Express, which may not be installed on that computer, so the link may not work). 40

10 Figure 39: Making an Link 41

11 Adding an Image to Our Home Page In this section of the workshop we are going to insert an image in our home page. I am going to use an image I created in Photoshop that represents my conception of a Native American dreamcatcher, but use any image you like. The three common image formats for Web pages are GIF, JPG (aka JPEG), and PNG. GIF graphics can only display 256 colors, but they have the advantage of being a lossless format; when a GIF is compressed it does not lose any of its resolution. Also, they can be animated. JPG images can display millions of colors and are usually used for photos displayed on the Web. JPG is a lossy format; when they are compressed they lose some of their resolution. The PNG (portable network graphics) format has all the advantages of the other two formats, but older web browsers do not support it. Web graphics created in Macromedia Fireworks are automatically saved as PNG images. Follow these directions to insert a graphic on your home page: 1. If you have not already done so, create a folder named Images inside the site folder and place the images you are going to insert in your web pages inside it. 2. Place the insertion point at the location where you wish to insert the image and select Insert on the menu. The Select Image Source dialog box displays. A preview of the image is displayed in the dialog box. 42

12 Figure 40: Insert Image Dialog Box 3. Select the filename of the image you want to insert and click OK. 4. To resize the image click anywhere on it to display the sizing handles. Drag the lower-right sizing handle distorting it. to resize the image without 5. To align the image, click it once, and then click the Align Left, Center, or Align Right button. 43

13 6. You may wish to add a text message that will display when the user moves the mouse over the image. To do that, click inside the Alt box in the Property Inspector and type your message. Open the home page in the browser and view it. Does your alt text appear when you move the mouse over the image? Figure 41: Adding Alternative Text 7. Dreamweaver offers several options for setting the way an image aligns with the page s text. If you would like to align the image so that its top is in line with the first line of text on the page, select it and choose Left on the Align menu in the Property Inspector, as shown in Figure 42. Figure 42: Aligning the Picture with the Page s Text 44

14 8. Figure 43 shows the dreamcatcher image displayed on the home page in the browser window. Figure 43: Home Page Displayed in Browser 45

15 Creating Tables for Your Web Pages Introduction to Tables in Dreamweaver Tables are used to organize and control the way content is presented on a web page. They are still often used to lay out web pages, even though cascading style sheets is the technology endorsed by the World Wide Web Consortium (the body that sets standards for the Web). You can either specify the width of a table in pixels or as a percentage of the area inside the browser window. If you want the width of a table to remain fixed regardless of the size of the browser window, specify its width in pixels (example: 800). If you want to allow the width of a table to vary with the size of the browser window, specify its width as a percentage (example: 95%). A few terms associated with tables: Borders The lines around the boundaries of a table and its cells, the areas in which a table s data is stored. Cell padding The number of pixels of blank space between the content in a cell and its boundary. Cell spacing The number of pixels between cells. You do not have to display the table s border or specify cell padding or cell spacing. In this part of the workshop we will recreate the home page using a table to organize the content. Then, we will copy and paste the text from the old home page into the new one. Study Figure 44. It shows the way we will layout our new home page. We will insert a table with six rows. We will divide the third row into two columns and place the image in the left one. The right column will contain the text of the web page. 46

16 Figure 44: Home Page Table Layout Create a New Home Page and Insert Table To create a new home page and insert a table: 1. Create a new web page (File > New > Basic Page > HTML). Use Modify > Page Properties to change the background to match the background on the original home page. 2. Click the Tables tab on the Insert menu. 47

17 3. Click the Insert Table button. The Insert Table dialog box displays. 4. Enter the settings shown in Figure 45. Figure 45: Insert Table Dialog Box 5. To center the table on the page, select it and then set Align to Center in the Property Inspector. 6. We will split row 3 into two columns and insert the graphic in the left column. Click anywhere inside row 3 to display a submenu. In the submenu choose Table > Split Cell. 7. When the Split Cell dialog box displays, click the Columns option and specify 2 in the Number of Columns box. Copying and Pasting the Content into the Table Leave the new web page open. If you had closed the original home page, open it. 1. Select the navigation bar at the top of the home page and copy it to the clipboard. Switch to the new page and paste the navigation bar into the top row of the table. (Note: You may have to adjust the width of the table to make the navigation bar fit on one line). 2. Hold down Alt + Tab and switch back to the home page. Copy the banner heading and the anchor symbol to the clipboard. Switch back to the new page and paste them into the second row in the table. Center the heading. 3. We have to insert the graphic in the left cell of the third row. Copy and paste will not work. Choose Insert > Image on the menu, open the 48

18 folder that holds the image and insert it. Select Align > Top in the Property Inspector to make the picture align with the text you are going to paste into the right cell on this row. 4. Switch back to the original home page. Select and copy the text that begins with Make. and ends with the numbered list. Copy this text into the right column of row 3. (Note: I retyped the list as plain text to improve the appearance of the page). 5. To complete the new home page copy and paste the link into row 4, the footer (Last Updated ) into row 5, and the Top of Page link into row Open the web page in the browser and test all the links. Return to Dreamweaver. 7. You may wish to display the web page without the table border. To turn off the border click anywhere inside the table. On the menu choose Modify > Table to display the table s Property Inspector. Replace the border setting, 1, with 0. View the page in the browser. 8. When you verify that all the links on the page work and you are pleased with its appearance, save the page as index.htm to replace the original index page. Use Modify > Page Properties to give the page a title you like. 9. Figure 48 shows the new home page displayed in the browser. The table border has been turned off. 49

19 Figure 46: Completed Home Page Displayed in Browser 50

20 Creating a FAQs Page Many websites have a Frequently Asked Questions (FAQs) page. We are going to import into our website a Word document that contains links to about twenty websites that answer hundreds of questions people have asked about Dreamweaver. We are then going to paste several sections of the original FAQs page into this page and replace the original FAQs page with this page. 1. Open the web page we created earlier and named dwfaqs.htm. 2. Open Microsoft Word. Open the document named dreamweaverfaqs.doc. Save this document (in a folder other than the one you are saving your web pages in) as a web file named dreamweaverfaqs.htm. 3. On the menu at the top of the screen select File > Import > Word HTML to import the Word document we saved as a web page into our website. Figure 49: Importing Word HTML 51

21 4. Open the folder you saved dreamweaverfaqs.htm in and click Open. Figure 50: Select File to Import into Dreamweaver 52

22 5. The next dialog box will ask you if you want to clean up Word HTML. Always select this option. The next message box that will display shows a list of all the unnecessary Word formatting Dreamweaver removed from your document. Figure 51: Cleaning Up Word HTML 6. You have imported the file dreamweaverfaqs.htm into your website, but it will not display in the Site Panel until you save it. 7. We are going to paste some of the information on the dwfaqs.htm web page we have already created into the new page, and then we are going to save the FAQs page we just imported into our website as dwfaqs.htm to replace this file. Delete the heading Dreamweaver FAQs from the document you just imported into the website. Copy and paste the navigation bar and the heading from dwfaqs.htm into dreamweaverfaqs.htm. 8. Using Modify > Page Properties make the page background of the new FAQs page match that of the old one. The hexadecimal code you should use is #CCCCCC. 9. Place the cursor at the end of the last line of text on the new FAQs page and press Enter to leave a blank line. 53

23 10. Open the home page and copy and paste these items from it to the new FAQs page: The link The footer (Last updated..) The Top of Page link 11. Save the new FAQs page as dwfaqs.htm, saving over the original dwfaqs.htm file. Open the page in the browser and test a few of the links. Figure 52 shows the top part of the new FAQs page. Figure 52: New Dreamweaver FAQS Page 54

24 Creating a Site Map for our Website We need to make a distinction between the two types of site maps created by website designers. One type of site map is generated automatically by Dreamweaver (and other programs) when a website is created. It shows the navigation structure of the website. To view the site map that Dreamweaver generated when we built our website, click View on the Site Panel, and then click Site Map. To return to the previous view of the website, click View, and then click Site Files. Figure 53: Viewing the Dreamweaver Site Map The other type of site map is the site map that is often displayed on a website. It helps visitors understand how the content on the site is organized and access various sections of the site. A site map is useful for visitors who are using textonly browsers to surf the Web. They can open all the pages on a site from the site map. This is the type of site map we are going to add to our website. To view the site map on the ACC website, open this link on the Web: Click the Text Only Site link at the top of the page. The heading of the page that opens reads Text Only / Site Map. It lists all the major pages on the college s website. Under each page the pages that link to that page and other sites on the Web are listed. On our site map we will list each page on the site and the pages linked to each page. 55

25 Figure 54: Site Map on ACC Website Open the file sitemap.htm and complete these steps: 1. Place the cursor after the heading Site Map and press Enter. Left-align the next line of text. 2. Open the home page (index.htm). On the first line type Home Page. Press Enter and type the list show in step Under Home Page list these page titles: Planning Website Creating Website Dreamweaver Part II Dreamweaver FAQs Site Map ACC Home me at: After typing each entry press Shift + Enter to begin a new line without making a blank line. 56

26 4. Highlight each page title and use the Property Inspector to create the link to each page. (Refer to page 37 of these instructions if you have any questions). Figure 55 shows what our site map looks like at this point. Figure 55: Site Map for Tech Trends Website 5. Leave a blank line under ACC Home and type Planning Your Website. Use the Property Inspector to make a link to this page. 6. Press Enter to make a blank line and type Creating Your Website. Make a link to this page. 7. Leave another blank line and type DW Part II. Make a link to this page. 8. Make a blank line and type DW FAQS. Make a link to that page. 9. Make another blank line and type Site Map. For the sake on consistency you can make a link to this page, but it isn t necessary to link a page to itself. 10. We will use a different procedure to create a link to the ACC home page. Press Enter after you make the link to the Site Map page, but don t type anything. Click Insert on the menu bar. Select Hyperlink and open the Insert Hyperlink dialog box. In the Text box type ACC Home Page. Type in the Link box. This step is illustrated in Figure

27 Figure 56: Making a Link to the ACC Home Page 11. Save the Site Map page. Open it in the browser and test all the links on it. The completed Site Map page is shown in Figure 57. Figure 57: Completed Site Map Page 58

28 Adding a Jump Menu to Your Web Page A jump menu contains a group of text hyperlinks that can be used to navigate a website. The user clicks an arrow and selects an item from a list that he or she wishes to navigate to. We will place the jump menu on the Dreamweaver, Part II page. To create the jump menu: 1. Open the page titled Dreamweaver, Part II (dwpartii.htm). Press Enter to leave a blank line after the banner heading. 2. Type Topics Covered in Part II and press Enter. 3. Display the Forms tab on the Insert menu. 4. Click the Jump Menu button to display the Jump Menu dialog box. 5. In the Text field type Adding a Navigation Bar. Click in the When Selected, Go to URL field, click the Browse button, and select addnavbar.htm. Click OK. Check the Insert Go Button After Menu box. 59

29 Click the plus sign to add the next menu item. 6. In the text box type Adding an Image. Click the Browse button and select the file addimage.htm. Click OK. Click the plus symbol to add the third item. 7. In the text box type Creating Tables. Click the Browse button and select createtables.htm. Click OK. Click the plus sign to add another item. 8. In the text box type Creating a FAQs Page. Click the Browse button and select the file createfaqspage.htm. Click OK. Click the plus symbol. 9. In the text box type Creating a Site Map. Click the Browse button and select the file createsitemap.htm. Click OK. Click the plus sign. 10. In the text box type Adding a Jump Menu. Click the Browse button and select the file addjumpmenu.htm. The menu is finished, so click the OK button to close the dialog box. Figure 59 shows the way the Insert Jump Menu dialog box looks at this point. Figure 60 shows the jump menu you just inserted. Figure 59: Insert Jump Menu Dialog Box 60

30 Figure 60: Jump menu 11. Save the web page. Open it in the browser and test the jump menu. Congratulations!! You have completed the Weave the Web of Your Dreams with Dreamweaver MX workshops. If you have any questions or comments, call Jimmy D. Clark at , or me at If you are at the Northridge campus, please stop by office in Room My office is inside the Media Center in Building I work Monday-Friday from 7:00 am until 4:00 pm. 61

I. Planning Your Website

I. Planning Your Website Dreamweaver Dimensions Presented by Jimmy D. Clark, Instructional Design Specialist, Instructional Development Services Teaching and Technology Trends Symposium October 21, 2005 Welcome to Dreamweaver

More information

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

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

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

Microsoft FrontPage Practical Session

Microsoft FrontPage Practical Session Ministry of manpower Higher college of technology Department of Information Technology QA Umbrella Workshop 30 th August- 3 rd September 2008 IT Skills Microsoft FrontPage Practical Session Copyright of

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

< 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

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

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

Adobe Dreamweaver CS5/6: Learning the Tools

Adobe Dreamweaver CS5/6: Learning the Tools 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)

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

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

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

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

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

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal Chapter 9 9 Creating Pages with Frames You can divide the display area of a Web browser into multiple panes by creating frames.

More information

Unit 8. Lesson 8.1. Microsoft FrontPage. Introduction. Microsoft FrontPage-1. Microsoft FrontPage

Unit 8. Lesson 8.1. Microsoft FrontPage. Introduction. Microsoft FrontPage-1. Microsoft FrontPage Microsoft FrontPage Unit 8 Microsoft FrontPage Introduction Lesson 8.1 Microsoft FrontPage-1 A number of Software Packages are available in market for creating a website. Among popular software s are Dreamweaver,

More information

Developing a Home Page

Developing a Home Page FrontPage Developing a Home Page Opening Front Page Select Start on the bottom menu and then Programs, Microsoft Office, and Microsoft FrontPage. When FrontPage opens you will see a menu and toolbars similar

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 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

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

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

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

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

Rich Text Editor Quick Reference

Rich Text Editor Quick Reference Rich Text Editor Quick Reference Introduction Using the rich text editor is similar to using a word processing application such as Microsoft Word. After data is typed into the editing area it can be formatted

More information

A Dreamweaver Tutorial. Contents Page

A Dreamweaver Tutorial. Contents Page A Dreamweaver Tutorial Contents Page Page 1-2 Things to do and know before we start Page 3-4 - Setting up the website Page 5 How to save your web pages Page 6 - Opening an existing web page Page 7 - Creating

More information

The Dreamweaver Interface

The Dreamweaver Interface The Dreamweaver Interface Let s take a moment to discuss the different areas of the Dreamweaver screen. The Document Window The Document Window shows you the current document. This is where you are going

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

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

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Get Organized... 1 Create the Home Page... 1 Save the Home Page as a Word Document...

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

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

Dreamweaver MX Technical Support Services. Office of Information Technology, West Virginia University. OIT Help Desk ext.

Dreamweaver MX Technical Support Services. Office of Information Technology, West Virginia University. OIT Help Desk ext. Dreamweaver MX 2004 Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk - 293.4444 ext.1 http://oit.wvu.edu/support/training/classmat/ Instructors: Rick

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

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

About Freeway. Freeway s Tools and Palettes

About Freeway. Freeway s Tools and Palettes About Freeway The most important thing to appreciate before you start a site in Freeway is how the process works, especially if you have tried other Web publishing software before. Freeway is not an HTML

More information

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal Chapter 7 7 Creating Hyperlinks Links, also called hyperlinks, are used to connected related information. Using Dreamweaver, you

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

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

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

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

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

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site More Photoshop skills Selecting areas of the image - using the selection tools In Recitation 2 we learned there are several

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

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 A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block

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

Using Dreamweaver To Edit the Campus Template Version MX

Using Dreamweaver To Edit the Campus Template Version MX Using Dreamweaver To Edit the Campus Template Version MX Tennessee Tech University Clement Hall 215 Dreamweaver is an HTML (Hypertext Markup Language) editor that allows you to create HTML pages. This

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

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

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Eng 110, Spring Week 03 Lab02- Dreamwaver Session Eng 110, Spring 2008 Week 03 Lab02- Dreamwaver Session Assignment Recreate the 3-page website you did last week by using Dreamweaver. You should use tables to control your layout. You should modify fonts,

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

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

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

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

Cropping an Image for the Web

Cropping an Image for the Web Cropping an Image for the Web This guide covers how to use the Paint software included with Microsoft Windows to crop images for use on a web page. Opening Microsoft Paint (In Windows Accessories) On your

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

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

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

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

Client Interview. Interview Topics. Goals and Target Audience. Activity 3.1 Worksheet. Client Name:

Client Interview. Interview Topics. Goals and Target Audience. Activity 3.1 Worksheet. Client Name: Activity 3.1 Worksheet Client Interview Team Name: Date: Client Name: Interview Topics Goals and target audience Content Design requirements Delivery requirements Goals and Target Audience Identify three

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

LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD. : Putu Putra Astawa, S.Kom.,M.Kom

LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD. : Putu Putra Astawa, S.Kom.,M.Kom LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD Author : Putu Putra Astawa, S.Kom.,M.Kom Date : June 09, 2014 and June 16, 2014 Time : 08.30-10.45 Am. Materials Needed : Computer, Work Sheet Overview

More information

Dreamweaver Tutorial #2

Dreamweaver Tutorial #2 Dreamweaver Tutorial #2 My web page II In this tutorial you will learn: how to use more advanced features for your web pages in Dreamweaver what Cascading Style Sheets (CSS) are and how to use these in

More information

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any complex languages or codes. www.microsoft.com/frontpage

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 a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

FirmSite Control. Tutorial

FirmSite Control. Tutorial FirmSite Control Tutorial 1 Last Updated June 26, 2007 by Melinda France Contents A. Logging on to the Administrative Control Center... 3 Using the Editor Overview:... 3 Inserting an Image... 7 Inserting

More information

Would you like to put an image on your index page? There are several ways to do this and I will start with the easy way.

Would you like to put an image on your index page? There are several ways to do this and I will start with the easy way. Home Frontpage & Other Tutorials Dreamweaver Tutorial Contact Images and Tables Would you like to put an image on your index page? There are several ways to do this and I will start with the easy way.

More information

In the fourth unit you will learn how to upload and add images and PDF files.

In the fourth unit you will learn how to upload and add images and PDF files. Introduction Here at SUNY New Paltz, we use the Terminal Four (T4) web content management system (CMS). This puts the power of editing content on our college s webpage in the hands of our authorized users.

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

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

A Frontpage Tutorial. Contents Page

A Frontpage Tutorial. Contents Page A Frontpage Tutorial Contents Page Page 1-2 Things to do and know before we start Page 3.How to save your web pages Page 4.Opening an existing web page Page 5..Creating more web pages Page 6-8.Adding tables

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

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

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

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

Dreamweaver. Links and Tables

Dreamweaver. Links and Tables Dreamweaver Links and Tables WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 ADDING HYPERLINKS... 2 New Text Hyperlink 2 Existing Text or Image Hyperlink 2 EXERCISE 1 3 New Text E-mail

More information

Independence Community College Independence, Kansas

Independence Community College Independence, Kansas Independence Community College Independence, Kansas C O N T E N T S Unit 1: Creating, Modifying, and Enhancing FrontPage Webs and Pages 1 Chapter 1 Investigating FrontPage 2002 3 Exploring World Wide Web

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

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

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

Information Systems Center. FrontPage 2003 Reference Guide for COMM 321 & 421

Information Systems Center. FrontPage 2003 Reference Guide for COMM 321 & 421 Information Systems Center FrontPage 2003 Reference Guide for COMM 321 & 421 September 2008 Table of Contents Portfolio Web Sites & Web Pages... 1 Open Your Portfolio Web Site in FrontPage for Editing...

More information

Lab #3: Web Design with Graphics

Lab #3: Web Design with Graphics English 413: Electronic Documents and Publications Dr. Jablonski Spring 2004 What You Need to Complete this Lab Lab #3: Web Design with Graphics 1. HTML editing software, preferably Dreamweaver MX 2. UNLV

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

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

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site E00EW3.qxp 4/14/2007 3:17 PM Page 1 Workshops w Introduction The Workshop is all about being creative and thinking outside of the box. These workshops will help your right-brain soar, while making your

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

Introduction to MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

More information

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team.

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Dreamweaver I Dreamweaver is a WYSIWYG (what you see is what you get) HTML editing tool that is powerful enough to be used by professionals, yet is still comfortable enough for amateurs who want more than

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

Lesson 1 New Presentation

Lesson 1 New Presentation Powerpoint Lesson 1 New Presentation 1. When PowerPoint first opens, there are four choices on how to create a new presentation. You can select AutoContent wizard, Template, Blank presentation or Open

More information

PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects 2013

PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects 2013 PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects Microsoft Office 2013 2013 Objectives Insert a graphic from a file Insert, resize, and reposition clip art Modify the color and shape

More information

Introduction to Microsoft Word 2007 Quickguide

Introduction to Microsoft Word 2007 Quickguide Introduction to Microsoft Word 2007 Quickguide Opening Word -Click the Start button -Click Programs from the start menu -Select Microsoft Office -Click Microsoft Office Word 2007 -A new blank document

More information

ENGL 323: Writing for New Media Building a Blog Reader Using Links, Tables, Images, and Frames

ENGL 323: Writing for New Media Building a Blog Reader Using Links, Tables, Images, and Frames ENGL 323: Writing for New Media Building a Blog Reader Using Links, Tables, Images, and Frames Dr. Michael Little michaellittle@kings.edu Hafey-Marian 418 x5917 Office hours: MW 11-12, 1-2, F 11-12; TTh

More information

MS Word Basics. Groups within Tabs

MS Word Basics. Groups within Tabs MS Word Basics Instructor: Bev Alderman L e t s G e t S t a r t e d! Open and close MS Word Open Word from the desktop of your computer by Clicking on the Start>All programs>microsoft Office >Word 2010

More information

Basic Web Page Authoring with Dreamweaver MX2004

Basic Web Page Authoring with Dreamweaver MX2004 Basic Web Page Authoring with Dreamweaver MX2004 Panels and Windows p. 2 Page Properties Page Title p. 4 Background Image/Color p. 4 Add Text p. 5 Line Breaks p. 5 Format Text Size p. 6 Color p. 6 Font

More information