DREAMWEAVER QUICK START TABLE OF CONTENT

Size: px
Start display at page:

Download "DREAMWEAVER QUICK START TABLE OF CONTENT"

Transcription

1 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 Accounts... 5 Web Site Organization... 5 Introduction to Dreamweaver 7 Document Window... 8 Objects (Insert) Panel... 8 Properties Panel... 9 History Panel... 9 Where to find Help in Dreamweaver Setting Up a Dreamweaver Site 11 How to create a site Formatting and Viewing a Document 12 Page Properties Saving Your Document Previewing in a Browser Formatting and Styling Text 14 Creating Paragraphs <p> Creating Line Breaks <br /> Creating Headings <h1>, <h2>, <h3>, etc Changing text format <font> Adding Content from a Microsoft Word Document 15 How to copy and paste from a word processor Indenting Paragraphs and Creating Lists 15 Indenting a Paragraph <blockquote> Creating Lists <ul>, <ol> Working with Images 16 Inserting an Image <img /> Adding a Horizontal Rule <hr /> Adding Hyperlinks 18 New Text Hyperlink Existing Text Hyperlink New Text Hyperlink Existing Text Hyperlink Using Tables 19 Inserting a Table Modifying a Table Resources 21 Academic Technology & Creative Services 1 Spring 2006

2 Web Design Review Before you get started creating a Web page or Web site using Dreamweaver, it is important that you become aware of a few basic Web design elements. Understanding the World Wide Web The Internet is a collection of computers around the world connected to each other via a highspeed series of networks. The World Wide Web or Web consists of a vast assortment of files and documents that are stored on these computers and written in some form of HyperText Markup Language (HTML) that tells browsers how to display information on the Web. The computers that store the files are called servers because they can process or serve requests from many users at the same time. Users access these HTML files and documents via software applications called browsers. A single Web page viewed in a browser A server (or Web server ) Web pages (HTML) stored on a server Web Browsers A Web browser is a program that displays Web pages and other documents on the Web. Unfortunately, different browsers may interpret the HTML of Web pages somewhat differently, and thus, when you create Web pages remember that they may appear different when viewed in various browsers. The University supports the browsers illustrated below. Internet Explorer ( ) Mozilla Firefox ( ) Note: A visitor can customize many display features of a browser, including: background color font font size text and link colors whether or not to download images. Safari (Mac) ( ) Academic Technology & Creative Services 2 Spring 2006

3 How Browsers Display Web pages When a Web page is opened in a browser, the browser reads and interprets the HTML file and formats the Web page for display. If there are references to external files, such as images or multimedia, these files are downloaded from the server and displayed in the browser window. It is important to note that HTML files are text files that only contain references to the external files you do not embed these files into the Web page. root folder index.htm In Browser images banner.jpg icon.gif Academic Technology & Creative Services 3 Spring 2006

4 The Web Process at Sacramento State This overview shows you the six steps needed to successfully get your information online. It is also available online at 1 Request/Enable a Web server Account SacLink 2 Gather Materials Web page text, files Images, Photographs 3 Create/Edit HTML Files Text Editors [Notepad (PC), SimpleText (Mac)] Web Editors [Macromedia Dreamweaver, Microsoft FrontPage] Note: You may need to convert some materials for use on the Web. 4 Preview HTML Files View the local files using a Web browser o Internet Explorer o Mozilla Firefox o Safari (Mac) Note: Remember to test all of your hyperlinks. 5 Upload to Server Copy the files to a Web server [using one of the following programs] o WS_FTP, Fetch o Dreamweaver 6 View pages on Web View pages on the World Wide Web using a Web browser o Internet Explorer o Mozilla Firefox o Safari (Mac) Academic Technology & Creative Services 4 Spring 2006

5 Web Server Accounts Before you can copy your files to a server, you need to request an account on a Web server. Here at Sac State, students can post Web pages on the SacLink Web server. If you have a SacLink account, you need only enable your Web pages in order to have access to the SacLink Web server. Follow the instructions at to enable your account. root folder index.htm images banner.jpg icon.gif week1 wk1_lesson1.htm wk1 lesson2.pdf week2 wk2_lesson1.ppt Your Web site A Web Server Web Site Organization File Naming Conventions When creating a Web site (or a Web page), there are a few rules for creating filenames. These rules not only apply to HTML files, but to any file or document that is part of your Web site. Use lower-case letters in your filenames. Upper-case letters can be used, but this is something that is not normally used when working with Web files. o Uploading files with capitals into WebCT can create problems. o Some older browsers do not locate files that are not exactly specified. Only use numbers and letters in your filenames. Filenames must begin with a letter (not a number). Special characters (except those noted below) should not be used including #, & and comma. Do not use any spaces within a filename. Representing spaces within a filename: You may use the underscore ( _ ) character or the dash ( - ) character to represent a space in a filename. File Extensions:.htm or.html may be used as a file extension when naming HTML files. Be consistent with what you use. Academic Technology & Creative Services 5 Spring 2006

6 Site Structure Every Web site that you build or inherit should have a consistent and simple organization called a site structure. A site is a collection of HTML files, documents and images contained in a single master folder (the root folder). Within this root folder you can save your documents and subfolders organized in a manner that makes sense to you. A typical Web site root folder index.htm images banner.jpg photo.gif workshop workshop_info.htm procedure.pdf bio intro.htm We recommend that the structure of your Web site include: 1) A root folder that contains the Web site. 2) A Web page entitled index.htm (or index.html) that resides within the root folder to represent the default homepage for the Web site. 3) An images folder that contains the graphics, illustrations, images and photographs used in your Web pages. 4) Additional folders for organizing your content. Academic Technology & Creative Services 6 Spring 2006

7 Introduction to Dreamweaver Macromedia Dreamweaver is a full-featured Web design suite that allows you to create and edit HTML and XHTML documents (Web pages). With Dreamweaver, as with other HTML and XHTML editors, knowledge of the XHTML mark-up language is not required to create professional-grade websites. PC version MX 2004 interface Panels appear as one contiguous screen. Easy drag and drop from one panel to another. Macintosh version MX 2004 interface Panels float can be placed anywhere on the screen. Panels can be resized easily, but may be partially hidden when other panels are activated Legend Document Window Provides a work area to 1 4 insert and arrange text, images, and other elements of your Web page. Properties Panel (Property Inspector) Allows you to view and modify properties of an object that is selected in the Document window. 2 Toolbar Shortcuts to many of the Document window commands, and a text field where you can specify a page title. 3 Objects (Insert) Panel Allows you to add images, tables, and multimedia to your Web pages. 5 6 History Panel Tracks commands you perform and allows you to return your page to a previous state by backtracking through those commands. Site Panel lists the various folders and files associated with the site. Academic Technology & Creative Services 7 Spring 2006

8 Document Window The Document window contains the toolbar, document title, file name, Code View window to view the HTML code, and the WYSIWYG window to view your Web page graphically (Design View). (Code View) (Design View) Toolbar The toolbar is actually part of the Document window and allows you to toggle between the Code View and Design View windows (View Modes), set your page title, check your document for browser-specific errors, preview your page in a browser and select different view options. View Modes View Options Browser Check Preview in Browser Objects (Insert) Panel The Objects (Insert) panel contains various icons that allow you to easily insert different types of elements into your Web documents. For example, insert an anchor, table, picture or horizontal rule. View as drop-down menu or View as tabs Academic Technology & Creative Services 8 Spring 2006

9 Properties Panel Using this panel you can modify the properties of an element selected in the Document window. Text Properties Image Properties HR Tag Properties History Panel This panel makes it easy to undo multiple actions at the same time. To undo a series of actions place your cursor in the Design view document, then within the History panel click and drag the undo slide to the desired position. To activate the History panel: go to Window > History or press Shift+F10. History panel undo slide Academic Technology & Creative Services 9 Spring 2006

10 Where to find Help in Dreamweaver There are a variety of ways to find help in Dreamweaver. Below are just a few of them. Click the Help menu and select Using Dreamweaver. The Help window appears, as shown here. From the Properties panel click the question mark button ( ). This will open the Help window above and display information about each area of the Properties panel. Click the Help menu and select Reference. The Code panel will appear on your screen and open to the Reference tab. Here you can select an HTML or XHTML tag from the Tag dropdown list. You may also choose an option from the Description drop-down list to get more detail about a specific attribute within your chosen tag. This is a great way to learn more about HTML and XHTML. Academic Technology & Creative Services 10 Spring 2006

11 Setting Up a Dreamweaver Site Before creating or editing your Web pages, you should have Dreamweaver help you manage your HTML files, original documents (MS Word, PowerPoint, etc.) and image files by defining a site. Tip: Keeping everything within a master folder enables you to easily transfer files to a Web server without changing the organization of the files and sub-folders. If you do not organize your site files on WebCT the same as they are organized on your local computer, hyperlinks will not work and images will not display properly. How to create a site 1. To set up a local site [on your computer], first select the Manage Sites option from the Site menu. 2. In the Manage Sites window click the New button. 3. From the drop-down menu select Site. 4. When the Site Definition dialog box appears click the Advanced tab. The dialog box allows you to choose a name for your site, define a local folder to serve as the master folder for your site and define a default folder for your images. Academic Technology & Creative Services 11 Spring 2006

12 5. Once you have defined your Dreamweaver site it is visible in the Site panel (example below). Here you can simply double-click any file listed to open and edit it. You can also move and/or rename a file without incurring any broken links. This is possible because your site has been defined within Dreamweaver. Formatting and Viewing a Document Page Properties You can access the Page Properties dialog box from the Modify menu or from the Properties panel (as long as you have not selected an image). The Page Properties dialog box allows you to define a background color and image, link colors and page title, among other items. The list of categories depends upon whether or not you are using CSS. Below are a couple of sample Page Properties windows you may see. Sample window of categories with CSS unchecked in Preferences window (previous page). Academic Technology & Creative Services 12 Spring 2006

13 Saving Your Document To save your document, choose the Save or Save As option under the File menu. After you save your document it will appear in the Site panel as a file. If your Site panel is not visible, you can activate it from Window > Files, or by pressing <F8>. Previewing in a Browser You can preview your pages in a Web browser by either selecting File > Preview in Browser or by clicking the shortcut button on the Toolbar. In addition, you can add to the list any browser installed on your computer e.g. Mozilla Firefox. Academic Technology & Creative Services 13 Spring 2006

14 Formatting and Styling Text Virtually all of the text formatting and styling you wish to apply to your document can be done within the Design view in conjunction with the fields and buttons on the Properties panel (shown below). Creating Paragraphs <p> To create a new paragraph in Dreamweaver place your cursor in the Design view document and press the Enter key (PC) or Return key (Macintosh). This will create a new pair of paragraph tags with a blank space, represented as <p> </p>. Since there is no easy way to indent the first line of a paragraph on a Web page, individual paragraphs are separated by a double space. Creating Line Breaks <br /> Line breaks <br /> are created by holding down the SHIFT key and pressing Enter or Return. Creating Headings <h1>, <h2>, <h3>, etc. To create a heading, click and drag to select the text, and then use the Format drop-down menu on the Properties panel to select the desired heading value. Any text selected to be used as a heading must reside within its own paragraph. Changing text format <font> Selecting a font face, size, color and paragraph alignment for your text can be done using the Properties panel. Font face Font size Font color Alignment Academic Technology & Creative Services 14 Spring 2006

15 Adding Content from a Microsoft Word Document You can easily copy and paste content from a Microsoft Word document (or other word processor) directly into your Dreamweaver document. This can save you valuable time, especially if you have a lengthy document. Unfortunately, you may lose some of your formatting during this process. How to copy and paste from a word processor 1. Open your document using your word processor, such as Microsoft Word. 2. Select your text using the cursor and/or mouse. 3. Copy your text: On the PC press CTRL+C or Command+C on the Macintosh. 4. Open your HTML or XHTML document in Dreamweaver then place the cursor in the document where you want to paste your content. 5. Paste your content into your Dreamweaver document using one of these methods: Paste: On the PC, press CTRL+V or Command+V on the Macintosh. This preserves bolded and italicized text, numbering and bulleting, and table formatting, but not fonts or colors. Paste Formatted: On the PC, press CTRL+Shift+V or Command+Shift+V on the Macintosh. This preserves most formatting, including fonts and colors which are added as new CSS styles. Paste Text: Select Edit > Paste Text. This simply pastes the content with no formatting, except line breaks and paragraph breaks. 6. Format the text in your Dreamweaver document as you would like it to appear on your Web page. Some of the formatting from the word processor may have been lost. Indenting Paragraphs and Creating Lists Indenting a Paragraph <blockquote> You can use the increase/decrease indent buttons on the Properties panel to insert or remove blockquote tags. The blockquote tag, <blockquote>, will indent a given paragraph from both the left and right margins, thereby creating a visual separation similar to those used in research papers when more than two lines from a source are being cited. Increase / Decrease indent (add BLOCKQUOTE tag) Academic Technology & Creative Services 15 Spring 2006

16 Creating Lists <ul>, <ol> You can add a new list by choosing Insert > HTML > Text Objects and then selecting the desired option, Unordered List, Ordered List or List Item. You can also change existing text using the Properties panel to create unordered <ul> and ordered <ol> lists. Unordered and Ordered Lists You can modify an existing list by clicking within any item in the list, then clicking the List Item button ( ) on the Properties panel. The following List Properties window appears. Here you can customize the appearance of your bullets or the numbering of each list item. Working with Images It is important that you prepare your images before inserting them into your Web pages. Use a graphics editor, like Adobe Photoshop Elements. Be sure to save your files as either GIF or JPG files in the images folder within the site folder. Inserting an Image <img /> You can insert an image by clicking the insert image button ( ) on the Common tab of the Objects (Insert) panel. A menu appears where you can select the Image option to insert your image. Academic Technology & Creative Services 16 Spring 2006

17 After inserting an image you can set the image alignment, spacing and hyperlink attributes from within the Properties panel. Image dimensions Image source path and hyperlink Image alternate text Image spacing Image alignment Adding a Horizontal Rule <hr /> You can add a horizontal rule from the Insert menu by selecting HTML > Horizontal Rule. To modify the <hr /> properties, click the horizontal rule in the Design view. You can then modify the attributes from within the Properties panel. Academic Technology & Creative Services 17 Spring 2006

18 Adding Hyperlinks To take full advantage of the Web, you need to add hyperlinks to your Web pages. These links allow your visitors to navigate from one page to another in a non-linear fashion, searching for information that best suits him or her. You can add a hyperlink to your Web page for new text or for existing text. Here are a few ways to include hyperlinks in your Web pages. New Text Hyperlink 1. Click inside your document in the Design view where you want to place the text hyperlink. 2. Click the insert hyperlink button ( ) on the Objects (Insert) panel, and fill out the information on the following window. Existing Text Hyperlink 1. Highlight the desired text in your document in the Design view. 2. In the Properties panel select the file you want to link to by following one of these methods: Click the pointer icon ( ) and drag the mouse pointer to the file in the Site panel. Click the folder icon ( ) and select your file from the Select File window that appears. Type the entire Web address in the space next to Link. For example, Text hyperlink New Text Hyperlink 1. Click inside your document in the Design view where you want to place the text hyperlink. 2. Click the insert link button ( ) on the Objects (Insert) panel, and fill out the information on the window. Academic Technology & Creative Services 18 Spring 2006

19 Existing Text Hyperlink 1. Click and drag using the mouse to highlight the desired text. 2. In the Properties panel type the address in the space next to Link. When creating an hyperlink, your link value should be similar to where you replace with an address. The mailto: text is required to make this an hyperlink. Using Tables Inserting a Table You can insert a table into your document by clicking the insert table button on the Objects (Insert) panel or from Insert > Table. A dialog box allows you to enter your desired table size parameters. Cell Padding determines the number of pixels between a cell s content and the cell boundaries. Cell Spacing determines the number of pixels between adjacent table cells. Width determines how wide the table will be, expressed as a number of pixels or a percentage of the area in which it is placed. Border determines the width of the outline of the table (the table border) a border of zero means the border is not visible in the browser (a dotted line will appear in Dreamweaver but not in the browser). Academic Technology & Creative Services 19 Spring 2006

20 Modifying a Table After your table is inserted you can modify the table and cell properties. To modify cell properties: click inside the cell, then make changes from the Properties panel. Merge / Split Content alignment Width, Height Background image, color and border color To modify table properties: click inside the table then click <table> at the bottom of the Document window in Design view to select the entire table. Make changes from the Properties panel. To insert a row or column: click inside the table then click the Modify menu and select Table. The Modify Table menu is displayed below. You have several options to choose from. o o o Insert Row will insert a single identical row above where you clicked inside the table. Insert Column will insert a single identical column to the left where you clicked inside the table. Insert Rows or Columns will allow you to insert one or more rows or columns, either above or below where you clicked inside the table (a.k.a. the selection ). Academic Technology & Creative Services 20 Spring 2006

21 Resources Information Providers Resource page * Guidelines, Tutorials, Templates, Graphics, Accessibility, Other Resources Books on Dreamweaver * Dreamweaver MX 2004 Bible by Joseph Lowery * Macromedia Dreamweaver MX 2004 Hands-On Training by Garo Green * Dreamweaver MX 2004 for Dummies by Janine Warner, Susannah Gardner * Master VISUALLY Dreamweaver(r) MX and Flash MX by Sherry Kinkoph, Mike Wooldridge * HTML for the World Wide Web (5 th edition) with XHTML and CSS by Elizabeth Castro Academic Technology & Creative Services 21 Spring 2006

WORKSHOP DESCRIPTION... 1 FACULTY WEB SITE... 2

WORKSHOP DESCRIPTION... 1 FACULTY WEB SITE... 2 Faculty Web Site WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 FACULTY WEB SITE... 2 Web Design Review 2 Understanding the World Wide Web 2 Web Browsers 2 How Browsers Display Web

More information

Web Site. Quick Start

Web Site. Quick Start Web Site Quick Start WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 WEB DESIGN REVIEW... 2 Understanding the World Wide Web 2 Web Browsers 2 How Browsers Display Web pages 3 Saving

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

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

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

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

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

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

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

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

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

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

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

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

How to Edit Your Website

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

More information

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

< 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

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

APPENDIX THE TOOLBAR. File Functions

APPENDIX THE TOOLBAR. File Functions APPENDIX THE TOOLBAR Within the WYSIWYG editor, there are a variety of functions available to the user to properly update the page. Below is a list of all the functions available. Keep in mind that the

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

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

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

More information

How to Edit Your Website

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

More information

page 1 OU Campus User Guide

page 1 OU Campus User Guide page 1 OU Campus User Guide Logging Into OU Campus page page 2 1. Navigate to a page on your site that you wish to edit. 2. Scroll down to the footer and click the symbol. 3. Enter your OU Campus username

More information

BHM Website Teacher User Guide

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

More information

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

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

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

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

Dreamweaver. An Introduction to editing webpages

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

More information

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

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

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

Creating Web Pages with a Template

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

More information

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

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

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

FCKEditor v1.0 Basic Formatting Create Links Insert Tables

FCKEditor v1.0 Basic Formatting Create Links Insert Tables FCKEditor v1.0 This document goes over the functionality and features of FCKEditor. This editor allows you to easily create XHTML compliant code for your web pages in Site Builder Toolkit v2.3 and higher.

More information

Introduction to FrontPage 2002

Introduction to FrontPage 2002 Introduction to FrontPage 2002 Academic Computing Support Information Technology Services Tennessee Technological University August 2003 1. Introduction FrontPage 2002 is a program to help you build a

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

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

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor.

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor. Introduction TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor. What this means is that it will let you create html content on your web site. TinyMCE supports a lot of Operation

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

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

The SBCC Web Publishing Process The process of creating new web pages or editing existing pages within the OmniUpdate system is straightforward.

The SBCC Web Publishing Process The process of creating new web pages or editing existing pages within the OmniUpdate system is straightforward. Table of Contents Introduction 2 The SBCC Web Publishing Process 2 Staging Server vs. Production Server 2 Roles, Permissions, Levels and Authority 2 Logging In 3 Workflow 3 Dashboard Tab, Content Tab,

More information

Table of Contents. Look for more information at

Table of Contents. Look for more information at OmniUpd ate @ De Anza Qui ck Guide Table of Contents Login... 2 Logout... 2 OmniUpdate Help Center... 2 Editing and Saving a Page... 3 Publishing... 5 View and Revert to Previously Published Page... 5

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

Managing Your Schoolwires Web Site

Managing Your Schoolwires Web Site Managing Your Schoolwires Web Site 1. Sign in at the district web site. 2. Select the school where your teacher or organization s web site is located as shown below. 3. Select the Teacher or Departments

More information

c122jan2714.notebook January 27, 2014

c122jan2714.notebook January 27, 2014 Internet Developer 1 Start here! 2 3 Right click on screen and select View page source if you are in Firefox tells the browser you are using html. Next we have the tag and at the

More information

Spring Semester Study Guide

Spring Semester Study Guide Spring Semester Study Guide 1. When you create a table in Datasheet view, Access automatically adds a field called ID as the first field in the table. 2. To undo the most recent change to a table structure,

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

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

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

FRONTPAGE STEP BY STEP GUIDE

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

More information

Creating a Website with Dreamweaver 4

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

More information

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

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

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

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

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0 Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site

More information

MS Word Professional Document Alignment

MS Word Professional Document Alignment MS Word Professional Document Alignment Table of Contents CHARACTER VS. PARAGRAPH FORMATTING...5 Character formatting...5 Paragraph Formatting...5 USING SHOW/HIDE TO REVEAL NON-PRINTING CHARACTERS...5

More information

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

Schoolwires Editor Best Practices. Schoolwires Centricity2

Schoolwires Editor Best Practices. Schoolwires Centricity2 Schoolwires Editor Best Practices Schoolwires Centricity2 Schoolwires Centricity2 Editor Best Practices Table of Contents Introduction... 1 Practices for All Browsers... 2 Bullets Left Justify Bullets...

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

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

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

More information

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit: Chapter 6 Teacher Pages

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit:  Chapter 6 Teacher Pages SHARPSCHOOL USER MANUAL CHAPTER 6 TEACHER PAGES For more information, please visit: www.customernet.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. INTRODUCTION... 1 I. TEACHER PAGE

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

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

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

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

Page 1 of 4. Course Outline by Topic: Web Design Fall 2009 Instructor: Mr. O Connell Room 117

Page 1 of 4. Course Outline by Topic: Web Design Fall 2009 Instructor: Mr. O Connell Room 117 Page 1 of 4 Web Design Fall 2009 Instructor: Mr. O Connell Room 117 Texts: Macromedia Dreamweaver MX Hands On Training (Green/Rudner) Adobe Photoshop Elements 5.0 Classroom in a Book (Adobe Systems) Macromedia

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

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

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

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

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

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

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

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

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

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

NETZONE CMS User Guide Copyright Tomahawk

NETZONE CMS User Guide Copyright Tomahawk NETZONE CMS User Guide Copyright 2015. Tomahawk 1 Phone: + 64 9 522 2333 Email: getintouch@tomahawk.co.nz Tomahawk 2015 www.tomahawk.co.nz 2 NETZONE CMS USER GUIDE WHAT YOU LL FIND INSIDE LOGGING IN 4

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

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

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

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

More information

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

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

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

Web Publishing Basics I

Web Publishing Basics I Web Publishing Basics I Jeff Pankin Information Services and Technology Contents Course Objectives... 2 Creating a Web Page with HTML... 3 What is Dreamweaver?... 3 What is HTML?... 3 What are the basic

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

Creating a PowerPoint Presentation

Creating a PowerPoint Presentation powerpoint 1 Creating a PowerPoint Presentation Getting Started 1. Open PowerPoint from the "Start" "Programs" Microsoft Office directory. 2. When starting PowerPoint, it usually starts with a new blank

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

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

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

The content editor has two view modes: simple mode and advanced mode. Change the view in the upper-right corner of the content editor.

The content editor has two view modes: simple mode and advanced mode. Change the view in the upper-right corner of the content editor. Content Editor The content editor allows you to add and format text, insert equations and hyperlinks, tables, and attach different types of files to content. The editor appears throughout the system as

More information

11. HTML5 and Future Web Application

11. HTML5 and Future Web Application 11. HTML5 and Future Web Application 1. Where to learn? http://www.w3schools.com/html/html5_intro.asp 2. Where to start: http://www.w3schools.com/html/html_intro.asp 3. easy to start with an example code

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

Dreamweaver Basics Workshop

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

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

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