CREATING ACCESSIBLE WEB PAGES

Size: px
Start display at page:

Download "CREATING ACCESSIBLE WEB PAGES"

Transcription

1 CREATING ACCESSIBLE WEB PAGES WITH DREAMWEAVER MX 2004 Introduction This document assumes that you are familiar with the use of a computer keyboard and mouse, have a working knowledge of Microsoft Windows and are familiar with using the World Wide Web. The files required to complete the exercises in these notes are available from Blackboard ( the college s online learning environment. You may enrol yourself onto the required course, IT Fitness, with the Birkbeck Self Enrolled courses link. To purchase the software, see the CHEST Macromedia Educational Purchase Plan details, by searching on dreamweaver at Contents 1. Getting Started 3 2. Starting Dreamweaver MX Preferences for Accessibility 5 4. Creating a Web Site 7 5. The Document Toolbar and Document Window 9 6. The Property Inspector The Insert Bar and Tables Creating Hypertext Links The Insert Bar and Images The Insert Bar: Head Category 24 About this Document Words in bold Small capitals e.g. ALT Press KEY1 + KEY2 Press KEY1, KEY2 Will need to be typed or chosen from a menu or window Indicate keys that you press Press both keys together Press each key consecutively Bulleted lists Are guidelines on how to perform a task Choose Insert Picture Show menu commands in this case, choose the option Picture from the Insert menu at the top of the screen

2 Aims & Objectives The aim of this document is to create a basic accessible web page written in XHTML using Dreamweaver MX 2004 When you have completed these exercises you should be able to: Create accessible web pages written in XHTML Add tables, images and other objects to your page Change the properties of your objects Add metadata to your pages Use the Document window in Design view and Code view, use the Insert bar and the Property inspector. Pre-requisites This document assumes that you are familiar with the use of a computer keyboard and mouse, and Microsoft Windows-based products. All participants should be familiar with the basic HTML structure of a web page. Copyright Netskills, University of Newcastle Copyright in the whole and every part of this Courseware whether in the form of a written manual, document, software program, service or otherwise belongs to the University of Newcastle upon Tyne ("the Owner") and may not be used, sold, licensed, transferred, copied or reproduced in whole or in part in any manner or form or in or on any media to any person other than in accordance with the terms of the Owner's Licence Agreement or otherwise without the prior written consent of the Owner. All use of this material is governed by the Owner's Standard Licence Agreement together with the appropriate Schedule. The following are available: A Standard Licence Schedule to cover all use including all for-profit use by any type of organisation and all use by non-educational establishments An Educational Licence Schedule for not-for-profit internal use only by a recognised educational establishment The Netskills logo and this copyright notice must be included in any copy or adaptation. Netskills is a trademark of Netskills, University of Newcastle Contact Information Central Computing Services, Birkbeck, Malet Street WC1E 7HX ITS-helpdesk@bbk.ac.uk Phone: UK

3 1. Getting Started Objectives Method To download files required for the training materials and then open Dreamweaver MX You will access WebCT and locate the appropriate resource area for these hands-on tasks. First you will create a folder in your working area within which you will save the files you will download and create using Dreamweaver. 1.1 Open Windows Explorer Locate the Windows key on your keyboard it looks like this: Hold down the Windows key and press the letter E once This will open up Windows Explorer, similar to Figure 1-1. Browse to the drive and file area where you wish to save your files. (Typically this will be N:/My Documents). Choose File New Folder A folder is created called New Folder: The name of the folder is currently highlighted type YournameSite, replacing Yourname with your own name Press ENTER to finalise the name change. Figure 1-1 Windows Explorer 1.2 Downloading files In your web browser go to the following address: Login to Blackboard using your ITS username and password If you are not already enrolled on the IT fitness module, follow the link to Birkbeck self-enrolled courses (below your list of modules) and follow the links to sign up to the course Within IT fitness, follow the link to Materials for workshops Click on Dreamweaver Download the four files listed by right-clicking each link in turn and from the menu that appears selecting Save Target As (or Save Link As) Save each file to the folder you just created on your N: drive xml.htm access.htm explore.gif disabled.gif 3

4 2. Starting Dreamweaver MX 2004 Objectives To open Dreamweaver and if used before, to restore the default workspace. Method You will open Dreamweaver and may use the Preferences window. Comments Dreamweaver remembers the settings from the last user. This is a useful feature when using the package on your own machine but causes a problem when using it on a machine shared with someone else. 2.1 Start Dreamweaver MX 2004 In ITS workstation rooms it is found under Web Applications Click the Start button Select Programs Web Applications Dreamweaver MX 2004 If this is the first time you have used it, Dreamweaver will ask which workspace layout you want. Choose Designer Click OK Figure 2-1 Dreamweaver MX 2004 Default Workspace 4

5 3. Preferences for Accessibility Objectives To switch on the accessibility features in Dreamweaver. Method You will use the Preferences window. Comments Dreamweaver MX 2004 can be configured to prompt for accessibility attributes when working in Design view. 3.1 Preferences From the main menu-bar, select Edit Preferences In the Preferences window choose the Category: New Document and ensure the Make Document XHTML Compliant option is checked, as shown below: Figure 3-1 New Document options XHTML XHTML is the reformulation of HTML, adhering to the rules of XML (the extensible Mark-up Language). Future browsers and applications will be written in XML, and writing web pages now in XHTML ensures preparedness for the future. XHTML also incorporates many accessibility features and is the current W3C recommended version of HTML. 3.2 Accessibility Still in the Preferences window, select the Category Accessibility Select all the options under the title Show Attributes when Inserting: as shown below Click OK Figure 3-2 Accessibility preferences 5

6 Note The Disabilities Discrimination Act (DDA, 1995) and the Special Educational Needs and Disability Act (SENDA, 2002) state that discrimination due to disability is unlawful, reasonable adjustment should be made and such adjustments should be anticipatory. Web sites therefore need to be accessible and the W3C have established guidelines: Creating web pages with accessibility in mind from the outset is more effective than retrospectively attempting to fix bad web pages. 6

7 4. Creating a Web Site Objectives To create a Dreamweaver web site. Method You will use the Site panel and the Site Definition window. Comments Dreamweaver wants users to work in web sites. Once a user has created a web site, Dreamweaver will try and default to saving documents in that web site until an alternative is defined. Site management functions such as tracking files, library items and templates are only available once a web site has been defined. 4.1 Panel Groups Locate the five panel groups and from the Files group, select the Files panel: The Files panel Panel groups: Design, Code, Application, Tag Inspector and Files Figure 4-1 Panel group Note The panel groups provide access to the main areas of functionality of Dreamweaver. These will be covered in the appropriate sections of the training materials. 7

8 4.2 Manage Site In the Files Panel, click on the drop-down menu under the Files tab and select the Manage Sites option Choose New Site The Site Definition window will open, as shown below. Click on the Advanced tab if this is not already selected Figure 4-2 Site Definition panel In the text box labelled Site Name, enter YournameSite, replacing Yourname with your own name To the right of the text box labelled Local Root Folder is a browse button,. Click on the browse button, browse to the folder you created in Task 1 and click Select You will return to the Site Definition panel, click OK In the Manage Sites prompt box, click Done. Figure 4-3 Edit Sites Your new site is now listed in the Files panel: Figure 4-4 Site files panel The Files panel will be explored in more detail in a later section. 8

9 5. The Document Toolbar and Document Window Objectives To explore the main page editing features of Dreamweaver. Method You will use the Document toolbar and the Document window. Comments The Document window is viewed in two ways. The Design view is the WYSIWYG view and opens by default. The Properties Panel is also enabled with easy manipulation of the properties of the selected item. The Code View is the HTML view. 5.1 Create a New File Dreamweaver s main window is at present displaying the Start page. Under Create New, click on HTML to create a new HTML page Figure 5-1 Document toolbar Document window Properties panel Figure 5-2 The Document window Note that the Document window is initially open in Design view as indicated by the button in the Document toolbar: Figure 5-3 The Document toolbar 5.2 Code View In the Document toolbar, click on the Show Code View button: Figure 5-4 The Document toolbar (Code view) You should now see the HTML code behind the Basic Page: 9

10 Figure 5-5 Code view of Basic Page Note Dreamweaver automatically generates the HTML code for the type of page specified in the preferences; in this case an XHTML page. 5.3 Design View Return to the Design View of your page With the cursor in the Document window, right-click the mouse button to open the Context menu Figure 5-6 The Context menu Not e The Context menu is a generic term and is now supported by many software manufacturers. Always accessed by right clicking with the mouse, it brings up a menu that is appropriate, or in context, with where you happen to be. 5.4 Context Menu In the Context menu, click on Page Properties In the Page Properties window, select Category: Title/Encoding. Figure 5-7 Page Properties window 10

11 In the Title/Encoding window, in text box labelled Title, add Introduction to Netskills, as shown below: Figure 5-7 Adding a page title Note A page title is an essential component of a web page. Search engine results list pages by their page titles. Acces The Page Properties window offers many other options relating to the visual sibility presentation of the web page. Changes here are implemented as attributes in the HTML. This is not the best way of changing the presentation of a web page. A better method is to use style sheets (discussed in a later section). 5.5 Save your file From the main menu, select File Save As In the pop-up window, type netskills.htm in the box labelled File name and click Save Note where the page title and the file name are shown in the Document window: File name Page title Figure 5-8 The Document window 11

12 6. The Property Inspector Objectives To change the properties of text in your page. Method You will use the Property inspector. Comments The Property inspector is the WYSIWYG method of changing attributes in your HTML. 6.1 Ensure that the Document window is in the Design View: Figure 6-1 The Document toolbar In the Document window, add the following text pressing <return> at the end of each line: Netskills Bringing Internet Skills to the Community WebCT - an online learning environment Training Support support services for internet training Workshops face to face Workshops ITS offer workshops on a variety of topics 6.2 The Property Inspector Locate the Property inspector below the Design View window: Figure 6-2 The Property inspector 6.3 Using Headings In the Document window, highlight the text Netskills In the Property inspector, click on the arrow beside the Format box and 12

13 change to Heading 1, as shown in Figure 6-3: Figure 6-3 Changing the text Format Highlight the text: Bringing Internet Skills to the Community Use the Property inspector to format this as Heading 2. Also format the text Workshops as Heading 2 Your page should look as follows: Figure 6-4 netskills.htm Acces sibility 6.4 When writing web pages, focus on structure, using the header tags as in this task. This will help ensure that your pages are accessible. In the Document window, highlight the text on the bottom line: a variety In the Property inspector, click on the button, and notice the text is now displayed in bold Change to the Code View: Figure 6-5 The Document toolbar Notice the changes to the HTML that have been made. Spot the <h1> tags for heading 1, <h2> tags for heading 2 and <strong> tags for making text appear bold. Acces sibility Dreamweaver MX 2004 uses the logical tags <strong> and <em> instead of the physical tags <b> and <i>. While these logical tags also render text as bold 13

14 and italic respectively in a graphical browser such as Internet Explorer, they also have meaning in a screen reader. For instance text will be read with increased strength or emphasis. 6.5 Return to the Design view: Highlight the following text: Figure 6-6 The Document toolbar WebCT an online learning environment Training Support support services for internet training Workshops face to face In the Property inspector, click on the button to make your text into an unordered (bulleted) list Your page should look as follows: Figure 6-7 netskills.htm Acces sibility Breaking up content into chunks and using lists enhances the usability of your online materials, particularly useful for dyslexic users. 6.6 From the main menu, select File Save to save your page. 14

15 7. The Insert Bar and Tables Objectives To add a table to your page. Method You will use the Insert bar. Comments The Insert bar has eight categories, selected from a drop-down menu, providing easy access to the more commonly used elements of web page design. 7.1 The Insert Bar Locate the Insert bar: Figure 7-1 The Insert bar The Insert Bar displays the Common category by default. Clicking on the menu button will display a list from which the other categories may be selected. Figure 7-2 The Insert bar categories menu Ensure that the Common category is selected. 15

16 7.2 In the Document window, place your cursor on a new line after the last piece of text: Workshops ITS offer workshops on a variety of topics On the Insert bar, click on the Insert Table button: In the Insert Table window, set the Rows: to 3, Columns: to 3, Width: to 100 and ensure the units are Percent. Make the Cell Padding: 5. Figure 7-3 Insert Table In the Accessibility section of the Table window, enter the following text shown in bold, in the appropriate text boxes: Caption: Selection of Netskills Workshops Summary: Click OK This 3D table shows different Netskills workshops in the leftmost column, followed by pre-requisites and any supplementary information. Your page should look as follows: Fig 7-4 netskills.htm 16

17 Accessi bility The information contained in the summary is read out by a screen reader and helps present the information contained within the table in context. It is not used in a graphical browser. 7.3 Click in the appropriate cell and add the following text, shown in bold, to your table in the cells indicated: Topic Pre-requisites Supplementary Information Exploring XML HTML and CSS Web Accessibility: Design-for-All HTML 7.4 In the Document window, place the mouse at the top of the first table column When the cursor changes to an arrow:, click to select the column. You will see the selected area outlined in bold when it is selected: Figure 7-5 Selecting a table column Note that the Property inspector now displays a set of attributes appropriate to the selected object, a table column: Icon displaying table row properties Figure 7-6 Property inspector for a table column Use the Property inspector to change the column text so that it displays as italic 7.5 In the Document window place the mouse at the top left corner of the table. When the cursor changes to a, click to select the table. You will see the selected table surrounded by a bold line: Figure 7-7 Selecting a table 17

18 In the Property inspector, click on the BgColor palette button: Palette icon Figure 7-8 Property inspector for a table This will open up the colour palette and the cursor will change to a dropper. Use the dropper to select a colour. Your page should look as follows: Figure 7-9 netskills.htm 7.6 Save your file as netskills.htm 18

19 8. Creating Hypertext Links Objectives To make hypertext links in your page. Method You will use the Property inspector and the Insert bar. Comments As with many things in Dreamweaver, there are several different ways to create hypertext links. 8.1 Create a link by Browsing With Netskills.htm open in the Document window, highlight the text in the table: Exploring XML In the Property Inspector, click on the Browse for File button, found next to the Link box Browse for File Figure 8-1 The Property inspector In the Select File window, choose the file xml.htm and click OK Note that the filename will appear in the Property inspector, in the Link box This has created a hypertext link from the text to the named file. Note You can also create links to URLs by typing the web address in the Link box of the Property inspector. 8.2 Create a link with Point to File In the Document window, highlight the following text in the table: Web Accessibility: Design-for-All In the Property Inspector, click and hold on the Point to File button, found next to the Link box Point to File Figure 8-2 The Property inspector 19

20 With the mouse button held down, drag the pointer to the file access.htm as listed in the Site files panel: Figure 8-3 Creating hypertext links using Point to File Release the mouse and again note the filename has appeared in the Link box of the Property inspector This is an alternative way of creating a hypertext link to a local file. 8.3 Link within a Page Highlight the text at the top of the page: Netskills Go to the Insert bar (see below): Figure 8-4 The Insert bar (Common category) Click on the Named Anchor button. In the pop-up window, enter the Anchor Name: Top Click OK Figure 8-5 Named Anchor Note the appearance of an open book icon to indicate that your text is now an anchor this symbol only appears in Dreamweaver (i.e. it will not be seen within a web browser) Figure 8-6 Open book (anchor) icon 20

21 8.4 Create an Internal Link In the Document window, place the cursor at the end of your page, after the table On a new line, type the following text: Back to top of page Highlight the words top of page From the Property inspector, drag the Point to File icon to the Document window and the anchor Top Figure 8-7 Using Point to File to create an internal link Note that the name of the anchor (preceded by a #) has appeared in the Link box in the Property inspector. You have now created an internal link between two parts of the same document. 8.5 Go to the Document toolbar: Figure 8-8 The Document toolbar Click on the Preview/Debug in Browser button: From the drop down menu options, click to preview the page in your default browser, as shown below: Figure 8-9 Preview in Browser Your page will open in a new browser window. Test the three links that you have created (you may have to reduce the size of your browser window to prove that the internal link is actually working) Note The shortcut key to Preview in Browser is F Save netskills.htm 21

22 9. The Insert Bar and Images Objectives To add images to your page. Method You will use the Insert bar. Comments Any non-text items in a web page must have an accompanying text description, in order for the page to be accessible to visually impaired users. 9.1 Insert Image With Netskills.htm open in the Document window, click in the uppermost of the two empty table cells (under the heading Supplementary Information) Go to the Insert bar: Figure 9-1 The Insert bar (Common category) With the Insert bar displaying the Common category, click on the Image button: From the drop-down menu, select Image. The Select Image Source window will open listing all the image files in your web site Select explore.gif (note the image is previewed in the window). Click OK Figure 9-2 Select Image Source window In the Image Tag Accessibility Attributes window, add Alternate Text: Man Exploring Figure 9-3 Accessibility attributes for a simple image Click OK Your image should now appear in the table cell. Acces sibility All images must have text descriptions, which are read out by screen readers. The description should briefly convey the meaning or purpose of the image 22

23 9.2 In the Document window, click in the remaining empty cell in the table On the Insert bar, click on the Image button In the Select Image Source window, click on disabled.gif In the Image Tag Accessibility Attributes window, add the alternate text: Click OK Types of disability amongst students Your image should appear in the table cell. Acces sibility In addition to the simple text description, more complicated images such as this graph should have a fuller description contained in a separate web page. This can then be linked using the Long Description attribute, from the Image Tag Accessibility Attributes window. 9.3 Width and Height In the Document window, click on the following image: Figure 9-4 Man exploring image Use the Property inspector to change both the width (W) and height (H) of the image to be 100 Use the Link box to create a hypertext link to the following website: Save netskills.htm and test your new link in the browser. [Hint: F12 is the shortcut to preview in browser]. 23

24 10. The Insert Bar: Head Category Objectives To add metadata to your page. Method You will add the metadata elements, keywords and description to your web page using the Insert bar. Comments Search engines use metadata in order to locate and categorise web pages Use the Document toolbar to change to Design View if necessary: Figure 10-1 The Document toolbar 10.2 From the Insert Bar menu, select the HTML Category: 10.3 Add Keywords Figure 10-2 Selecting the HTML category from the Insert Bar With the Insert Bar displaying the HTML Category, click on the Head button and from the drop-down menu select Keywords: In the Keywords window, add the following text, shown in bold and click OK Netskills, WebCT, Internet, Training, Workshops WebCT Figure 10-3 Keywords window 10.4 On the Insert bar, click on the Head button Select Description from the drop-down menu: Figure 10-4 Selecting the Description option 24

25 In the Description window, add the following text shown in bold and click OK Services offered by Netskills Figure 10-5 Description window Note Search engines use metadata descriptions for finding pages and return the description in the search findings (after the page title) Use the Document toolbar to change to the Code view: Figure 10-6 The Document toolbar Examine the code in the <head> section of the web page to see the HTML meta tags that you have added. 25 Document 9.75 Version 4 May 2009

USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004

USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004 USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004 Introduction This document assumes that you are familiar with the use of a computer keyboard and mouse, have a working knowledge of Microsoft

More information

SITE MANAGEMENT, CHECKING AND PUBLISHING IN DREAMWEAVER MX 2004

SITE MANAGEMENT, CHECKING AND PUBLISHING IN DREAMWEAVER MX 2004 SITE MANAGEMENT, CHECKING AND PUBLISHING IN DREAMWEAVER MX 2004 Introduction The exercises in this document assume you have completed at least exercises 1 and 4 from document 9.75 and exercises 1.1 and

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

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

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

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

< 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

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

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

Exploring Advanced Search Features on the web

Exploring Advanced Search Features on the web Exploring Advanced Search Features on the web Doc 9.82 Ver 1 Netskills original material adapted by October 2005 Central Computing Services Prerequisites This document assumes that you are familiar with

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 figure below shows the Dreamweaver Interface.

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

More information

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

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

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

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

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

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

More information

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

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

Dreamweaver: Accessible Web Sites

Dreamweaver: Accessible Web Sites Dreamweaver: Accessible Web Sites Introduction Adobe Macromedia Dreamweaver 8 provides the most complete set of tools available for building accessible web sites. This workshop will cover many of them.

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

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

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

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

DREAMWEAVER QUICK START TABLE OF CONTENT

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

More information

With Dreamweaver CS4, Adobe has radically

With Dreamweaver CS4, Adobe has radically Introduction to the Dreamweaver Interface With Dreamweaver CS4, Adobe has radically reengineered the Dreamweaver interface to provide a more unified experience across all of the Creative Suite applications.

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

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

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

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

More information

Dreamweaver MX The Basics

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

More information

Tutor Handbook for WebCT

Tutor Handbook for WebCT Tutor Handbook for WebCT Contents Introduction...4 Getting started...5 Getting a course set up...5 Logging onto WebCT...5 The Homepage...6 Formatting and designing the Homepage...8 Changing text on the

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

About Netscape Composer

About Netscape Composer An About Netscape Composer The pictures and directions in this handout are for Netscape Composer that comes with the Netscape Communicator 4.7 package available for free from Netscape s web site at http://www.netscape.com.

More information

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

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

More information

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

Inspiration 8 IE: tutorial

Inspiration 8 IE: tutorial Inspiration 8 IE: tutorial Edition 3a, June 2006 If you would like this document in an alternative format please ask at The Library Help and Information Point where a folder of examples is available. On

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

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

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

FrontPage Help Center. Topic: FrontPage Basics

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

More information

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

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

What is OU Campus? Log into OU Campus

What is OU Campus? Log into OU Campus OU Campus v10 Content Providers User Guide This document is designed to provide (level 5) Content Providers with basic information needed to do most tasks. Those needing additional information are encouraged

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

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

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

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Creating Accessible Microsoft Word 2003 Documents Table of Contents

Creating Accessible Microsoft Word 2003 Documents Table of Contents Table of Contents Creating Accessible Microsoft Word Documents...1 Introduction...2 Templates...2 Default Settings...2 Set the Language...2 Change Default Settings...2 To change the default Font:...2 To

More information

Intermediate Excel 2003

Intermediate Excel 2003 Intermediate Excel 2003 Introduction The aim of this document is to introduce some techniques for manipulating data within Excel, including sorting, filtering and how to customise the charts you create.

More information

TYPO3 Editing Guide Contents

TYPO3 Editing Guide Contents TYPO3 Editing Guide Contents Introduction... 2 Logging in... 2 Selecting your Workspace for editing... 2 Working with Content Elements... 3 Working in the Editing Window... 4 Pasting content from MS Word

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

FirmSite Control. Tutorial

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

More information

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

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

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

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

Academic Word Processing with Word 2003

Academic Word Processing with Word 2003 Academic Word Processing with Word 2003 Doc 5.133 Ver 1 John Matthews May 2005 Central Computing Services Prerequisites This document assumes that you are familiar with the use of a computer keyboard and

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

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

Introduction to Dreamweaver

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

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

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

Making the Most of Microsoft Word: Hands-on Activities for Creating Word Documents for Conversion to HTML or PDF.

Making the Most of Microsoft Word: Hands-on Activities for Creating Word Documents for Conversion to HTML or PDF. Making the Most of Microsoft Word: Hands-on Activities for Creating Word Documents for Conversion to HTML or PDF. Goals Learn some of the advantages of working in outline view. Learn how to apply styles

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

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

Creating Accessible Word Documents

Creating Accessible Word Documents Creating Accessible Word Documents 1 of 11 Creating Accessible Word Documents Contents 1. General principles... 1 2. Styles/ Headings... 2 3. Table of Contents... 3 Updating a Table of Contents... 5 4.

More information

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

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

More information

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

Using Word 2003 for Mail Merge

Using Word 2003 for Mail Merge Using Word 2003 for Mail Merge Doc 5.125 Ver 2 August 2004 John Matthews Central Computing Services Prerequisites This document assumes that you are familiar with the use of a computer keyboard and mouse

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

Formatting documents in Microsoft Word Using a Windows Operating System

Formatting documents in Microsoft Word Using a Windows Operating System Formatting documents in Microsoft Word Using a Windows Operating System 2017-07-20 Research & Scholarship, McLaughlin Library University of Guelph 50 Stone Road East Guelph, Ontario N1G 2W1 2 Contents

More information

How to Request a Site

How to Request a Site Contribute Outline: How to request a site Connection Key Browse to page Edit Page View in Browser Formatting (text, photos ) Undo Insert horizontal line Publish, Save for Later, Cancel Rollback to Previous

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

Design your source document with accessibility in mind. Do NOT use character formatting for headings, use the program s styles.

Design your source document with accessibility in mind. Do NOT use character formatting for headings, use the program s styles. Contents 2 Create an Accessible Microsoft Word Document 2 Use Styles 3 Columns 5 Lists 6 Tables 7 Links 7 Add Alternative Text 9 Microsoft Word 2010 Accessibility Checker Adobe Acrobat X Creating Accessible

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

CMS Training. Web Address for Training Common Tasks in the CMS Guide

CMS Training. Web Address for Training  Common Tasks in the CMS Guide CMS Training Web Address for Training http://mirror.frostburg.edu/training Common Tasks in the CMS Guide 1 Getting Help Quick Test Script Documentation that takes you quickly through a set of common tasks.

More information

! " # $%& Html.htm Note: Files under html.htm are created in the previous lab exercises. (Just link it up)

!  # $%& Html.htm Note: Files under html.htm are created in the previous lab exercises. (Just link it up) ! " # $%& # &'()*+ At the end of this lab exercise, students should be able to: Invoke the main components in Macromedia Dreamweaver MX 2004 Edit and format text using Macromedia Dreamweaver MX 2004 Create

More information

Introduction to Web Content Management with Collage

Introduction to Web Content Management with Collage Introduction to Web Content Management with Collage Peter Mosinskis Supervisor of Web Services CSU Channel Islands rev. date: November 20, 2009 Table of Contents Login to Collage... 2 Change Your Collage

More information

The same can also be achieved by clicking on Format Character and then selecting an option from the Typeface list box.

The same can also be achieved by clicking on Format Character and then selecting an option from the Typeface list box. CHAPTER 2 TEXT FORMATTING A text without any special formatting can have a monotonous appearance. To outline text, to highlight individual words, quotations, or references, or to separate certain parts

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

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

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

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

More information

Authoring World Wide Web Pages with Dreamweaver

Authoring World Wide Web Pages with Dreamweaver Authoring World Wide Web Pages with Dreamweaver Overview: Now that you have read a little bit about HTML in the textbook, we turn our attention to creating basic web pages using HTML and a WYSIWYG Web

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

EKTRON 101: THE BASICS

EKTRON 101: THE BASICS EKTRON 101: THE BASICS Table of Contents INTRODUCTION... 2 TERMINOLOGY... 2 WHY DO SOME PAGES LOOK DIFFERENT THAN OTHERS?... 5 LOGGING IN... 8 Choosing an edit mode... 10 Edit in context mode (easy editing)...

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

Table of Contents. MySource Matrix Content Types Manual

Table of Contents. MySource Matrix Content Types Manual Table of Contents Chapter 1 Introduction... 5 Chapter 2 WYSIWYG Editor... 6 Replace Text... 6 Select Snippet Keyword... 7 Insert Table and Table Properties... 8 Editing the Table...10 Editing a Cell...12

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

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

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

More information

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

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

SAMPLE ICDL 5.0. International Computer Driving Licence. Module 4 - Spreadsheets Using Microsoft Excel 2010

SAMPLE ICDL 5.0. International Computer Driving Licence. Module 4 - Spreadsheets Using Microsoft Excel 2010 ICDL 5.0 International Computer Driving Licence Module 4 - Spreadsheets Using Microsoft Excel 2010 This training, which has been approved by ECDL Foundation, includes exercise items intended to assist

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

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

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

More information

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

Word Long Document Essentials Quick Guide. IT Services

Word Long Document Essentials Quick Guide.  IT Services IT Services Word 2010 Long Document Essentials Quick Guide Heading Styles Table of Contents Navigation Pane Start a new page Line and paragraph spacing Page numbers Create a landscape section Lookup alternative

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