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

Size: px
Start display at page:

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

Transcription

1 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 left-brain happy; by explaining why things work the way they do. Exploring Expression Web's possibilities is great fun; however, always stay grounded with knowledge of how things work. Knowledge is power. Getting and Using the Project Files Each project in the Workshop includes a start file to help you get started with the project, and a final file to provide you with the results so you can see how well you accomplished the task. Before you can use the project files, you need to download them from the Web. You can access the files at After you download the files from the Web, uncompress the files into a folder on your hard drive to which you have easy access from Expression Web. Project 1: Creating a Web Site from Scratch Skills and Tools: Use Expression Web tools to create a Web site Expression Web provides the tools you need to create a professional Web site that meets industry standards, which means Web browsers everywhere can display your site. The Project In this project, you'll learn how to create a root folder to organize and store your Web site files, create a Web site from scratch, which includes starting a new site and creating Web pages. In later projects in this workshop, you ll add to the site by inserting tables, text and graphics, linking pages and other sites, adding interactivity and navigation, creating and attaching cascading style sheets, creating templates, and publishing your Web site to a remote Web server for viewing on the Web. The Process 1 In Windows Explorer or Finder, define a local root folder where you ll store all the elements that you will use to build your Web site. Navigate to the Workshops folder for Project 1, create a folder called mysite. This folder acts as the root, or main, folder for you web site. In the mysite folder, create the following folders: images, css, projects, and scripts. w 1

2 E00EW3.qxp 4/14/2007 3:18 PM Page Start Microsoft Expression Web 3. Click the Site menu, and then click New Site. Click the General category. Click the Empty Web Site page type in the second column. Click Browser, navigate to the mysite folder in the Workshops folder for Project 1, and then click Open. That s all you need to get started. You ll set other site options when you re ready to publish your site to the Web Click OK. Click the Panels menu, and the click Folder List (if necessary) to display the Folder List panel with your new web site. Now, let s create a new main web page, known as the home page, for the new web site. Click the File menu, point to New, and then click Page. Click the General category. Click the HTML page type Click OK. The new Web page appears in the Folder List panel. Click the File menu, and then click Properties Click the General tab. 2w 15 Type Website Teacher in the Title field, and then type Web site, Tutorial, Expression Web in the Keywords field. The Title field serves three purposes. First, when a visitor open this Web page in a browser, the Title appears on the title bar and tab as the title. Second, when a visitor bookmarks or adds this Web page to favorites, the Title appears as the default title. Finally, most search engines use the Title to help direct visitors to your site. 16

3 E00EW3.qxp 4/14/2007 3:18 PM Page Click OK. Click the File menu, and then click Save. Navigate to the mysite folder in the Workshops folder for Project 1, and then save the new main web site page as index.html. The index.html web page acts as the home page for your web site. When visitors access your URL for the web site, the Web server hosting your Web site automatically looks for and displays the index.html page. 19 Click the File menu, and then click Exit. The Results Finish: Compare your completed project file with the following image: Project 2: Adding Web Page Tables Skills and Tools: Insert and adjust tables to create a Web page layout Tables are grids that allow the designer to control the content of a Web page. The three main mechanisms of a table are rows, columns, and cells. A row extends across the entire table from left to right. Columns extend vertically from the top to the bottom of the table. A cell is the area where a row and column intersect. Creating a table in Expression Web is basically a three-step process: Step one: insert the table, Step two: modify the table to fit the specific design requirements of the current page, and Step three: add the content (text, graphics, etc) to the individual cells. Tables are a quick and easy way to create the layout of a Web page, however they are not as flexible as using CSS (Cascading Style Sheets). In a later project, you ll create a Web page layout using CSS. The Project In this project, you'll learn how to a insert table into a web page, nest a table in another table, set table properties, and then make adjustments to the tables. The Process 1 Start Microsoft Expression Web 3. wworkshops 3

4 E00EW3.qxp 4/14/2007 3:18 PM Page 4 2 Click the Site menu, click Open Site, click Browse, navigate to the Workshop files for Project 2, display the Start folder, click Open, and then click Open Folder Location. The Workshop folders are typically located in the following path: D:/My Folder/Expression Web 3 DVD/Workshops/P2 Add Tables/Start Where D: is your hard disk; My Folder is the location where you stored the Workshop files; and Expression Web 3 DVD is the main folder (differs between download and DVD). Click the Panels menu, and then click Folder List (if necessary) to display the Folder List panel. In the Folder List panel, double-click the index.html page icon to open the page. Click the Tools menu, click Page Editor Options, click the General tab, select the Assign unique IDs to new tables check box, and then click OK. This option has Expression Web automatically create and assign CSS IDs to tables, so you can apply styles later. In Design view, click the Table menu, and then click Insert Table. Enter the table specifications as shown in the illustration for the header part of the page, and then click OK. The table width represents the width of the Web site. In order to display your site on monitors with 800 x 600 screen size (resolution) without scrolling, it s important to keep the width of your site to less than 800 pixels. I have decided to use 675 as a table width w 7 8 In Design view, click below the current table, click the Table menu, click Insert Table, enter the following table specifications (2 rows, 2 columns, 675 table width (pixels) for the body part of the page), and then click OK. In Design view, click below the current table, click the Table menu, click Insert Table, enter the following table specifications (1 rows, 1 columns, 675 table width (pixels), 40 table height (pixels), and Background Color to #bfd0be for the footer part of the page), and then click OK. 10

5 E00EW3.qxp 4/14/2007 3:19 PM Page 5 9 Select the two cells on the right in table 2 (middle), click the Table menu, point to Modify, and then click Merge Cells. You can drag to select multiple cells. You can also use commands on the Select submenu on the Table menu Select the first cell in the first row in table 2 (middle), click the Table menu, point to Table Properties, and then click Cell. Change the Background Color to #bfd0be, set the Width to 196 (pixels), set the Height to 238 (pixels), and then click OK. Select the first cell in the second row in table 2 (middle), click the Table menu, point to Table Properties, and then click Cell. Change the Background Color to #c7c7c7, set the Horizontal alignment to Left, and set Vertical alignment to Top, and then click OK. Click in the first cell in the first row in table 2 (middle). In Design view, click the Table menu, and then click Insert Table. Enter the following table specifications (5 rows, 3 columns, background color to #bfd0be), and then click OK. Select all the cells in the nested table in the first cell in the first row in table 2 (middle), click the Table menu, point to Table Properties, and then click Cell. Change the Horizontal alignment to Left, and set Vertical alignment to Middle, set the Height to 40 (pixels), and then click OK Drag the column bars to adjust the columns widths (first column to 33, second column to 20, and third column to 131) to create a table similar to the one shown in the illustration. Click the File menu, and then click Save All Press F12 to preview your site in your default Web browser, and then click the Close button on your browser window. Click the File menu, and then click Exit. The Results Finish: Compare your completed project file with the following image: 16 w Workshops 5

6 E00EW3.qxp 4/14/2007 3:19 PM Page 6 Project 3: Using Cascading Style Sheets Skills and Tools: Add and format text using Cascading Style Sheets Cascading Style Sheets (CSS) are a collection of formatting rules that control the appearance of the content in a Web page. Using CSS styles to format a page separates content from presentation. This gives you greater flexibility and control over the exact appearance of your Web pages. With CSS you can control text properties including specific fonts and font sizes; bold, italics, underlining, and text shadows; text color and background color, link color and underlining. With CSS controlling fonts, it ensures a more consistent treatment of your page layout and appearance in multiple browsers. The Project In this project, you'll learn how to create an external CSS style sheet, and create and apply CSS styles. The Process Start Microsoft Expression Web 3. Click the File menu, click Open Site, click Browse, navigate to the Workshop files for Project 3, display the Start folder, click Open, and then click Open. Click the Panels menu, and then click Folder List (if necessary) to display the Folder List panel. In the Folder List panel, double-click the index.html page icon to open the page Enter text in the nested table and the last row as shown in the illustration. To insert the, click the Insert menu, click Symbol, select the symbol, and then click Insert. 6w 6 7 Click in the first cell in the third row (filled grey), click the Numbering button on the toolbar, enter ordered list text in the cell as shown in the illustration. Press Enter (Win) or Return (Mac) after each entry. At the bottom of the list, press Enter (Win) or Return (Mac) twice, and then type Click any project to start!. Click the New Document button arrow on the toolbar, and then click CSS. The blank CSS tabbed document appears. symbol

7 E00EW3.qxp 4/14/2007 3:20 PM Page 7 8 Click the Save button on the toolbar, navigate to the CSS folder for the project, enter Style_wbt as the file name for the CSS style in the Save As input box, leave the other options at default values, and then click Save Click the Panels menu, and then click Manage Styles. A list of styles generated by Expression Web appear in the CSS Styles list. Instead of creating styles that only apply to the current page, attach an external CSS style sheet that you can use for your entire site. 10 Click the Attach Style Sheet button in the Manage Styles task panel Click Browse, navigate to the CSS folder for the project, select the Style_wbt file, click Open, and then click OK. When you type text in Expression Web, the program uses default spacing (margin and padding), which can sometimes cause confusion when you create CSS styles. You can remove the default spacing by creating a Universal Sector style. This allows you to have full control over the CSS styling on your pages. 12 Click the New Style button on the Manage Styles panel. 13 In the Selector field, delete the current text, and then enter *, which an asterisk (Shift+8) Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css Click the Box category, and then enter 0 in the Top field for padding and margin. Click OK. Click the New Style button on the Manage Styles panel. The period (.) at the start of a style name creates a CSS class type. A class applies a style to a range of HTML elements. A pound sign (#) at the the start of a style name creates a CSS ID type. An ID applies to only one HTML element. w 18 In the Selector Name field, type #table Workshops 7

8 E00EW3.qxp 4/14/2007 3:20 PM Page 8 Expression automatically assigned an ID to table 1 (header) as table1, so I used #table1 to assign a CSS ID to it. This creates a CSS ID for a background image in the header table Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css. Click the Background category, click Browse, navigate to the images folder, select the file banner675.jpg, click Open, change background-repeat to no-repeat, and then set (x) background-position to left. Click the Position category, set the height to Click OK. 23 Click the New Style button on the Manage Styles panel In the Selector Name field, type footer to replace the current selection. The period for a class is already there, so the selector is.footer. 25 Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css. 26 Click the Font category, and then specify the options as shown in the illustration Click the Box category, clear the Same for all check box (padding), and then set padding: left to 15 (pixels). Click OK Select the text in the last row, click the Apply Styles tab, and then click.footer Click the New Style button on the Apply Styles panel. 31 In the Selector Name field, type list to replace the current selection. 8w Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css. Click the Font category, and then specify the following options: font-family as Tahoma, fontsize as small, and text-decoration select none. Click the List category, and then specify the following options: list-style-type as decimal, liststyle-position as inside

9 E00EW3.qxp 4/14/2007 3:21 PM Page 9 35 Click the Box category, clear the Same for all check box (padding), and then set padding: top and bottom to 10 (pixels), and left to 25 (pixels). 36 Click OK 37 Select the ordered list of text (1-10), and then click.list on the Apply Styles panel. 38 Click the New Style button on the Apply Styles panel. 39 In the Selector Name field, type subtext to replace the current selection. 40 Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css. 41 Click the Font category, and then specify the following options: font-family as Tahoma, fontsize as small, font-weight as bold, and color as #FFFFFF (white) Click the Block category, set text-align to center, click the Box category, clear the Same for all check box (padding), and then set padding: top to 10 (pixels), and bottom to 10 (pixels). 43 Click OK. 44 Select the Click any project to start! text, and then click.subtext (text white at the bottom of the list) on the Apply Styles panel. 45 Click the New Style button on the Apply Styles panel. 46 In the Selector Name field, type menulink to replace the current selection Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css. Click the Font category, and then specify the following options: font-family as Tahoma, font-size as small, font-weight as bold, and color as #38524f and text-decoration select none. Click OK w 50 Select the each one of the menu links text (Home, About Us, Suggestion Box, and Contact Us), and then click.menulink on the Apply Styles panel. 51 Point to.style3 on the Apply Styles panel, click the list arrow, click Delete, and then click Yes. Workshops 9

10 E00EW3.qxp 4/14/2007 3:21 PM Page Point to.style2 on the Apply Styles panel, click the list arrow, click Rename class..., type table2cell_list, and then click OK. Point to.style1 on the Apply Styles panel, click the list arrow, click Rename class..., type table2cell_nav, and then click OK. Click the File menu, and then click Save All, and then click OK to save embedded files. Press F12 to preview your site in your default Web browser, and then click the Close button on your browser window. Click the File menu, and then click Exit. The Results Finish: Compare your completed project file with the following image: Project 4: Inserting Images Skills and Tools: Define an image folder and insert images 10w It's important to set up a folder within your site folder that holds all of the images for a specific Web project. Creating this folder can be accomplished when you set up the site, or it can be made later using the Manage Sites command. Adding an image to a Web page can be as simple as a drag and a drop. Expression Web gives you several ways to add images to your Web pages, including the Image menu on the Insert panel and the Image command on the Insert menu. The method you choose to add images depends on how you like to work with Expression Web. Any time you add an image to a Web page, Expression Web (by default) asks you to type in a description, and alternate text. This information is used by screen reader applications (i.e. JAWS) for visually impaired users; therefore it's important that this information is added to the image. The Project In this project, you'll learn how to define an image folder and insert images into a Web page. The Process 1 2 Start Microsoft Expression Web 3. Click the Site menu, click Open Site, click Browse, navigate to the Workshop files for Project 4, display the Start folder, click Open, and then click Open.

11 E00EW3.qxp 4/14/2007 3:21 PM Page 11 3 Click the Panels menu, and then click Folder List (if necessary) to display the Folder List panel In the Folder List panel, double-click the index.html page icon to open the page. In the Folder List panel, click the Plus icon (+) to display images folder. Drag the main.jpg file to the cell in the right cell in table2 (middle). The Accessibility Properties dialog box opens. Click in the Alternate Text Input field, and then type main image as a short description for the image. Click OK. Repeat the steps 6 and 7 to place 10Projects.jpg at the top of the first cell in the third row, and bullet.jpg in the cell to the left of each menulink in the nested table in the first cell in the second row. Click the File menu, and then click Save All, and then click OK to save embedded files. Press F12 to preview your site in your default Web browser, and then click the Close button on your browser window. Click the File menu, and then click Exit. 8 4 The Results Finish: Compare your completed project file with the following image: Project 5: Creating Hyperlinks Skills and Tools: Insert hyperlinks Adding a link to a Web page is a relatively simple and painless operation. You will need to decide what to use for the link (text, graphic, animation), what you are linking to (Web page, site, http, etc), and the correct path to the destination (URL or Uniform Resource Locator). Once you've answered those questions, it's a simple matter of opening Expression Web and getting to work. In this example, you're creating a simple text link that will connect the active Web page to the index page on another site. w Workshops 11

12 E00EW3.qxp 4/14/2007 3:22 PM Page 12 The Project In this project, you'll learn how to create several different types of hyperlinks. The Process Start Microsoft Expression Web 3. Click the Site menu, click Open Site, click Browse, navigate to the Workshop files for Project 5, display the Start folder, click Open, and then click Open. Click the Panels menu, and then click Folder List (if necessary) to display the Folder List panel In the Folder List panel, double-click the index.html page icon to open the page. Select the Home text. Click the Insert menu, and then click Hyperlink. You can link to existing files or web pages or enter an URL address. Click the index.html file, and then click OK Create links from the About Us text to aboutus.html, Projects text to projects.html, Suggestion Box text to suggestionbox.html, and Contact Us text to contactus.html. Click the Panels menu, click Apply Styles, point to the.menulink style, click the list arrow, and then click Modify Style. Change the Selector name to a.menulink, and then click OK w This changes the CSS style to a custom hyperlink style. There are other general hyperlink styles, such as a:active, a:link (non point), a:hover (point to), a:visited (after clicked), which you ll change later. Click in table 1 (header), and then press the Left Arrow key to place the insertion point before the table. Click the Insert menu, and then click Bookmark. Type top, and then click OK. Scroll to the bottom of the page, select the Back to Top text, click the Insert menu, click Hyperlink, click Place in This Document, click top, and then click OK. This creates a link to a bookmark. 14

13 E00EW3.qxp 4/14/2007 3:22 PM Page Select the Making Table Structures text, click the Insert menu, click Hyperlink, click projects.html, click Bookmarks, click p1, click OK, and then click OK This adds a bookmark to the hyperlink (e.g..../projects.html#p1), so you can jump to a specific point on a page. You ll add these anchor names in a later project Repeat step 15 for each of the remaining projects and change the anchor point name to #p2, #p3, etc. to #10. Click the New Style button on the Apply Styles panel. Click the Selector list arrow, and then click a:hover. Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css In the Font category, set the color to #B32923, select the none check box, and then click OK. This changes the general style of hyperlinked text when you point to it. 21 Click the New Style button on the Apply Styles panel Click the Selector list arrow, and then click a:link. Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css In the Font category, set the color to # (black), select the none check box, and then click OK. This changes the general style of hyperlink text Click the New Style button on the Apply Styles panel. Click the Selector list arrow, and then click a:visitor. Click the Define in list arrow, click Existing style sheet, click the URL list arrow, and then click css/style_wbt.css. In the Font category, set the color to # (black), select the none check box, and then click OK. 28 w This changes the general style of hyperlinked text after you click (visit) it. Workshops 13

14 E00EW3.qxp 4/14/2007 3:23 PM Page Select the main.jpg image on the page. 30 Click the View menu, point to Toolbars, and then click Pictures. 31 Click the Rectangle Hotspot button on the Pictures toolbar. 32 Drag a rectangle around the Perspection logo in the main.jpg image. 33 Enter in the Address field to create a hyperlink to another Web site with a URL on the Web, and then. 34 Click ScreenTip, enter Perspection, click OK, and then click OK again. 35 Right-click the main.jpg picture, click Picture Properties, click the Appearance tab, change Border thickness to 0, and then click OK Click the Close button on the Pictures toolbar. 37 Click the File menu, and then click Save All, and then click OK to save embedded files. 38 Press F12 to preview your site in your default Web browser, and then click the Close button on your browser window. 39 Click the File menu, and then click Exit. The Results Finish: Compare your completed project file with the following image: 14w Project 6: Creating and Applying a Template Skills and Tools: Create and apply a template A template is a common structure of a Web site design. Usually Web sites follow a standard structure, such as a header, a navigation bar and a footer that are common to all your pages. Now, imagine that your site has 50 pages. If you need to make one small change, for example adding a new link, you would need to go to each of those pages and change it manually. But using a template you only need to change it in the template and all the pages will be updated automatically. Templates contain editable and locked areas, so you can add page specific content and protect template areas from being changed.

15 E00EW3.qxp 4/14/2007 3:23 PM Page 15 The Project In this project, you'll learn how to create a template from a Web page, apply a template to other pages, and then update pages after making a change to the template. The Process Start Microsoft Expression Web 3. Click the Site menu, click Open Site, click Browse, navigate to the Workshop files for Project 6, display the Start folder, click Open, and then click Open. Click the Panels menu, and then click Folder List (if necessary) to display the Folder List panel. In the Folder List panel, double-click the designtemplate.html page icon to open the page. Click the File menu, and then click Save As. Click the Save as type list arrow, and then click Dynamic Web Template (*.dwt). Enter mysitetemplate in the Save as field. Click Save. The template is saved with the.dwt file extension in the site root folder by default. Click the main.jpg image on the page, and then press Delete. The insertion point remains in the table cell where the image used to be located Click the Format menu, point to Dynamic Web Template, and then click Manage Editable Regions Enter mainpagecontent. Click Add. Click Close. The editable region on the template allows you to enter different content of pages. The common content is only changeable in the template. w 14 Click the File menu, and then click Save. 15 Open the files index.html, aboutus.html, projects.html, suggestionbox.html, and contactus.html. Workshops 15

16 E00EW3.qxp 4/14/2007 3:23 PM Page Click a document tab (opened in step 15), drag the mysitetemplate.dwt file from the Folder List panel to the blank document window, click Yes to erase current material, and then click Close. Repeat this step for each of the open documents Select the index.html tab to display the file. Select the mainpage Conten text in the editable region, and then press Delete. In the Folder List panel, drag the main.jpg file from the images folder to the mainpagecontent editable region, enter banner as Alternate text, and then click OK. Select the mysitetemplate.dwt tab to display the file. From the Folder List panel, drag the browsers.jpg file from the Folder List panel to the end of the Click any project to start! text, enter browsers as Alternate text, click OK. Right-click the picture, click Picture Properties, click the Appearance tab, click the Left Wrapping style icon, change the Horizontal and Vertical margins to 10px (pixels), and then click OK. Click the File menu, and then click Save. Click Yes to replace the template with the new changes w Click Yes to update all documents with the template changes. Click Close to complete the update. 24 Select the index.html tab to display the file with the updated template changes applied to the Web page. Click the File menu, click Save All, and then click Yes as need to update files

17 E00EW3.qxp 4/14/2007 3:24 PM Page Click the File menu, and then click Exit. The Results Finish: Compare your completed project file with the following image: Want More Projects You can access and download more workshop projects and related files at After you download the files from the Web, uncompress the files into a folder on your hard drive to which you have easy access from Expression Web 3. Get Everything on DVD Instead of downloading everything from the Web, which can take a while depending on your Internet connection speed, you can get all the files used in this book and much more on a Expression Web 3 On Demand DVD. The DVD contains task and workshop files, tips and tricks, keyboard shortcuts, and other goodies from the author. To get the Expression Web 3 On Demand DVD, go to w Workshops 17

18 E00EW3.qxp 4/14/2007 3:24 PM Page 18

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

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide MS-Expression Web Quickstart Guide Page 1 of 24 Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program,

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

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

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

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

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

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

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 Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

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

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

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

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

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

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

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

Workshops. Introduction. Project 1: Creating a Master Page. Getting and Using the Project Files. Skills and Tools: Master pages.

Workshops. Introduction. Project 1: Creating a Master Page. Getting and Using the Project Files. Skills and Tools: Master pages. Workshops Introduction The Workshop is all about being creative and thinking outside of the box. These orkshops ill help your right-brain soar, hile making your left-brain happy; by explaining hy things

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

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

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

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 EDITOR GUIDE Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 1 Button Functions: Button Function Display the page content as HTML. Save Preview

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 Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

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

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

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

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

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

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

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

< 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

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved.

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved. Master web design skills with Microsoft FrontPage 98. This step-by-step guide uses over 40 full color close-up screen shots to clearly explain the fast and easy way to design a web site. Use edteck s QuickGuide

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

Using Dreamweaver CS6

Using Dreamweaver CS6 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format our web site. Just

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

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

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

Creating your first website Part 4: Formatting your page with CSS

Creating your first website Part 4: Formatting your page with CSS Adobe - Developer Center : Creating your first website Part 4: Formatting your page... Page 1 of 23 Dreamweaver Article Creating your first website Part 4: Formatting your page with CSS Jon Varese Adobe

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

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles Using Dreamweaver CC 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format

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

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

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

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

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

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

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

There are six main steps in creating web pages in FrontPage98:

There are six main steps in creating web pages in FrontPage98: This guide will show you how to create a basic web page using FrontPage98 software. These instructions are written for IBM (Windows) computers only. However, FrontPage is available for Macintosh users

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

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

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

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button.

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button. Microsoft QUICK Word 2010 Source Getting Started The Word Window u v w x z Opening a Document 2. Select Open in the left pane. 3. In the Open dialog box, locate and select the file you want to open. 4.

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

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

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Introducing Cascading Style Sheets. Cascading Style Sheet Basics Creating Styles Using Styles Manipulating Styles Text Formatting with CSS

Introducing Cascading Style Sheets. Cascading Style Sheet Basics Creating Styles Using Styles Manipulating Styles Text Formatting with CSS Introducing Cascading Style Sheets Cascading Style Sheet Basics Creating Styles Using Styles Manipulating Styles Text Formatting with CSS Cascading Style Sheet Basics CSS has many benefits: The pages look

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

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

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

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

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing Content Objective) applicable) Desktop Publishing Weeks 1-6 10-12 1. Create and edit a publication. 2. Design a newsletter. 3. Publish a tri-fold brochure 1-1 Start and quit Publisher 1-2 Describe the

More information

Creating a Website in Schoolwires Technology Integration Center

Creating a Website in Schoolwires Technology Integration Center Creating a Website in Schoolwires Technology Integration Center Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Accessing Site Manager... 2 Section Workspace Overview...

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

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

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

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

In this project, you'll learn how to enter data using flash fill using the Flash Fill Options button and automatic recognition.

In this project, you'll learn how to enter data using flash fill using the Flash Fill Options button and automatic recognition. Workshops Introduction The Workshops are all about being creative and thinking outside of the box. These orkshops ill help your right-brain soar, hile making your left-brain happy; by explaining hy things

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

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Learning More About NetObjects Matrix Builder 1

Learning More About NetObjects Matrix Builder 1 Learning More About NetObjects Matrix Builder 1 NetObjects Matrix Builder is a service that hosts your Web site, makes it easy to update, and helps you interact with visitors. NetObjects Matrix Builder

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

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

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

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

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial 1 Microsoft Word 2010 Tutorial Microsoft Word 2010 is a word-processing program, designed to help you create professional-quality documents. With the finest documentformatting tools, Word helps you organize

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

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

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Make a Website A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Overview Course outcome: You'll build four simple websites using web

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

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

Microsoft Word Tutorial

Microsoft Word Tutorial Microsoft Word Tutorial 1 GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Creating a Website: Advanced Dreamweaver

Creating a Website: Advanced Dreamweaver Creating a Website: Advanced Dreamweaver Optimizing the Workspace for Accessible Page Design 1. Choose Edit > Preferences [Windows] or Dreamweaver > Preferences [Macintosh]. The Preferences dialog box

More information

Goldfish 4. Quick Start Tutorial

Goldfish 4. Quick Start Tutorial Goldfish 4 Quick Start Tutorial A Big Thank You to Tobias Schilpp 2018 Fishbeam Software Text, Graphics: Yves Pellot Proofread, Photos: Tobias Schilpp Publish Code: #180926 www.fishbeam.com Get to know

More information

Computer Nashua Public Library Introduction to Microsoft Word 2010

Computer Nashua Public Library 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 Word. You can make your documents more

More information

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles Using Dreamweaver 6 So far these exercises have deliberately avoided using HTML s formatting options such as the FONT tag. This is because the basic formatting available in HTML has been made largely redundant

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes USER GUIDE MADCAP FLARE 2017 r3 QR Codes Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

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

MICROSOFT WORD XP INTERMEDIATE

MICROSOFT WORD XP INTERMEDIATE MICROSOFT WORD XP INTERMEDIATE Starting Word Click the start button, move the pointer to All Programs. Move the pointer to Microsoft Office and then select Microsoft Word and click the application or click

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

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

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information