Adobe Dreamweaver CS4

Size: px
Start display at page:

Download "Adobe Dreamweaver CS4"

Transcription

1 Adobe Dreamweaver CS4 About Dreamweaver Whether creating simple blog pages complex web sites, Dreamweaver provides users with a powerful set of web-design tools necessary f the task. Its userfriendly interface and functionality make it fast and easy f the amateur web designer, while its extensive coding view provides detail and flexibility to its professional users. Views Dreamweaver provides a number of various window views. Depending on the document view, you can modify design, edit code, even preview your current webpages. These options are located in the document toolbar. Design View The Design view displays a fully editable, visual representation of the document, similar to what you would see when viewing the page in a browser. Code View The Code view is a hand-coding environment f writing and editing HTML, JavaScript, and other codes. Live View Similar to Design view, Live view provides a me realistic representation of what documents will look like in a browser, and allows users to preview pages in an interactive browser environment. Documents cannot be edited in Live view. Task-based Wkspaces The Wkspace Switcher is located at the top right of the program window. Click this menu to customize your wkspace layout to match your specific project. Panels and toolbars may also be moved resized to suit you needs. Set Up Your Site Create a New Web Site 1. Select Site, then New Site. 2. Follow the Dreamweaver web site wizard to begin setting up your web site. Click the Advanced tab in the Site Definition window to manually set up web site properties. Create a New Page 1. Open Dreamweaver. Under Create New, select HTML. If Dreamweaver is already open, select File, then New. 2. In the New Document window, choose new page options. 3. Click Create. Create New Pages From Template 1. Select File, then New. 2. In the left column, select Page From Template. 3. Choose the template in the Site and Template prompts and click Create. 4. After creating the page, name the page in the Title prompt located in the document toolbar. This is the title that will appear at the top of the web browser window. 5. Repeat steps 1 3 to create me pages. 6. After the page creation process is complete, choose File, then Save All. 7. Enter the name index f the home page file name (the home page must be named index). Click Save. 8. Name the remaining pages accding to the page s navigation buttons. 9. Enter content in the editable regions. Quick Reference Create the Structure Select Types Selects are names f CSS styles that are applied to all containers with cresponding values. (See bottom of page 2.) Insert Panel The Insert panel allows users to easily insert page elements without having to manually enter code. Dreamweaver automatically generates the HTML. Page 1

2 Create/Insert a Div Container Div tags are used to group and ganize blocks of content. Using CSS, they can be styled to customize the layout of your site without having to change the content. Div tags are usually the very first thing added to a new web page. 1. To insert a div tag from design view, click Insert Div Tag located in the Insert panel. 2. Choose insertion point. Choosing the insertion point determines where the div tag will be placed in the HTML and what content it will modify. Choose Wrap Around Selection to place the div tags around selected content. 3. To give the tag a unique identification, enter a container name in the ID bar (see CSS Selects at bottom of page). 4. To give the tag a general classification, enter a container name in the Class bar (see CSS Selects at bottom of page). 5. Click OK. Paragraph and Header Tags Paragraph and header tags are the standard HTML style tags f fmatting text. 1. Place curs in the container select the content to style. 2. In the Properties inspect, under Fmat, select Paragraph to give the text standard paragraph fm. Select one of the head tags to style headers. The header hierarchy decreases with increasing number (i.e. Header 1 is the highest der). Add Hyperlink 1. Select the text to convert to a hyperlink. 2. Click Hyperlink in the Insert panel. 3. In the Hyperlink window, enter the URL. (See Add Anch in next column.) Add Link links create clickable addresses. 1. Select the text to convert to a hyperlink. 2. Click Link in the in the Insert panel. 3. In the Link window, enter the address. Add Anchs Anchs are hyperlinks that jump to a different spot on the same web page. 1. Place curs and click in the editable content region to select a destination. 2. Click Anch located in the Insert panel. 3. Name the anch and 4. Highlight the object text to link to the anch. 5. In the Properties Inspect, under Link, click and drag crosshair to the anch icon and release. Add a Table Tables may also be inserted to ganize icons, pictures, page navigational buttons. 1. Click in the Code Design window to choose insertion point. 2. Click Table in the Insert Bar s Common Tab. 3. Using the entry bars, choose table properties (size, rows, etc.) and Create the Banner 1. Navigate to the banner image in the Files panel. 2. Select the banner image and drag it to the banner container. 3. In the Image Tag Accessibility Attributes window, under Alternate Text, enter the image file name and 4. Place curs inside the banner container and 5. Edit the HTML CSS attributes in the Property inspect. Create Hizontal Navigation (Using undered lists.) 1. In the Properties Inspect, click Undered List. 2. Insert navigation text and press Enter. 3. Repeat step 2 as needed to finish adding banner navigation buttons. 4. Click New CSS Rule in the CSS panel. 5. Choose the <li> tag as the select. Click OK. 6. In the CSS Rule Definition window, set Display to Inline. 7. Specify padding and margin values to space list items. 8. Click OK. Create Page Columns Panel. Change the select type to ID. 2. Name the ID tag (e.g. rightcol) and 3. In the CSS Rule Definition window, under the Box categy, choose a column position under Float (right left). It is impossible to center-float an image. 4. Specify spacing values in the Margin and Padding boxes. 5. Specify column dimensions in the Width and Height boxes. 6. Click Insert Div Tag located in the Insert Bar s Common Tab. 7. In the Insert Div Tag window, select an insertion point option under the Insert bar. 8. Under ID, assign the newly created column ID (e.g. rightcol). Click OK. Style the Page CSS Styles CSS styles determine the fmatting of the HTML content of the web page. Font size, font col, background image, and alignment infmation, etc. can all defined by CSS rules. CSS infmation is either sted at the beginning of the document on a separate style sheet. Examples of a CSS class, ID, and tag rule: What is padding and margin? Padding and margin are defined spacing mechanisms in web publishing. Set padding, margin, and bder to properly space objects (text, graphics, etc.) on a web page. In addition, note that bder is set at a default of zero in Dreamweaver, but it may be adjusted to a larger size. Box Margin Bder Padding Text here Width Page 2

3 Create Style Sheet Complete only once per document. 1. In the Rule Definition bar at the bottom of the window, choose New Style Sheet File. Click OK. 2. In the Save Style Sheet File As window, choose a location to save the style sheet (*.css). Click Save. 3. The CSS Rule Definition window will appear f you to define the style/rule. Note: Creating a style sheet will hide CSS style infmation on the web page. Create a CSS Style/Rule Panel. 2. In the New CSS Rule window, under Select Type, choose Class to apply a CSS rule/style to all tags with that class. To apply a CSS rule/style to a single tag with an ID, choose ID. To apply a CSS rule/style to a specific tag (e.g. <body>), select Tag. Fmat Text Fmatting text depends largely on where the text lies on the web page. Create either a new CSS style double click the CSS style that applies to the text to fmat. 1. Select text to fmat. 2. In the Properties Inspect, click CSS and then click Edit Rule. 3. In the New CSS Rule window, choose Compound under Select Type. CSS Selects 4. Click OK. 5. In the CSS Rule Definition window, in the Type categy, choose text fmatting options (font, col, size, etc.) and Note: Hypertext link col fmat is addressed under Modify Unvisited/Visited Link Styles. Wrap/Float Text Panel. Change the select type to Class. 2. Delete the text in the Name prompt and replace it with a different name (such as floatl floatr). It is impossible to center-float an image. 3. In the CSS Rule Definition window, in the Box categy, under Float, choose Left Right. Click OK. 4. Select page element to apply style. 5. In the Properties Inspect, in the Class drop-down menu, choose the class (e.g. floatl floatr). Add Headings Headings increase the probability of your web pages appearing as search results in web search engines. They also aid page ganization as a viable replacement f bold text. Befe beginning, make sure the text to be changed to a heading is contained within its own paragraph <p> tags. (Click Code in the document toolbar to check f <p> tags in the HTML viewer.) 1. Highlight selected text. 2. Choose heading type in the Properties Inspect under the Fmat drop menu. Modify Unvisited/Visited Link Styles By default, unvisited links appear blue and underlined. Visited links are purple. To change this option, follow these steps: Panel. 2. In the Select Type drop down menu, select Compound. 3. In the Select Name bar, type a:link and 4. In the CSS Rule Definition window, in the Type categy, under Decation, check None. 5. Under Col, choose a col. 6. Choose any additional options (font, size, etc). Click OK. To modify visited link styles, repeat steps, replacing :link in step 3 with :visited. Templates and Content Create an Editable Region Ctr-Alt-V Creating editable regions will preserve the layout and styling while allowing you to change the container content. 1. Select the region to convert. 2. Select Insert, then Template Objects, then Editable Region. Select Template Arrow and select Editable Region located in the Insert Bar s Common Tab. 3. A Dreamweaver window will appear, alerting the conversion of the document to a template. Click OK. 4. Name the region and 5. Insert web page content into the tealcoled box. Save as Template With an established template f a web site you can create new pages from the same template to maintain a consistent layout. 1. Select File Save as Template. 2. Specify a name in the Save As prompt and click Save. If prompted, click Yes to update links. Link Pages In the Same Site (Relative) 1. Select the template file name tab (the.dwt file located in the document toolbar.) 2. Click on a navigation image. 3. In the Properties Inspect, under Link, click and drag the crosshair over the file name to link (located in the Local Files list in the Files Panel). Repeat as necessary. 4. To create a hypertext link (clickable text Container tagname #identifier.classname tagname.classname Purpose Styles all tags that are named tagname Styles all tags with ID of identifier Styles all tags that have class attribute with the value of classname Styles only tags named tagname with the class attribute classname Page 3

4 with a link), highlight text and repeat step 3. Link to a Different Site When linking to a web site outside your own, include the prefix in the address. 1. Select the text image from which to create the link. 2. In the Link bar in the Properties Inspect, enter the web address of the link. Link a Downloadable File Files can be linked from the web site s root folder so users can quickly access and download files from the web site. Be aware that image files, PDFs, and other web files (like html, xhtml, and xml) will not download but rather open in a new browser window tab. 1. Select a file name tab, located in the document toolbar (usually a file ending in.html). 2. In the page s editable region, type in the name of the downloadable file. 3. Highlight the text that will link to the downloadable file when clicked. 4. Click the file icon located next to the Link drop-down menu in the Properties Inspect. 5. Navigate to the file to link and 6. A Dreamweaver window will open and prompt you to copy the file to the root folder. 7. Click Yes, then click Save. Add an Image 1. After preparing image files f the web, place them in the root folder. 2. Click Image in the Common categy of the Insert panel. 3. Browse and select image in the Select Image Source window. Click OK. 4. A Dreamweaver window will appear prompting you to enter accessibility attributes. Click OK to continue. F consistency, place tags around images befe after inserting them. 5. Select the image. 6. Click Insert Div Tag located in the Insert Bar s Common Tab. 7. In the Insert Div Tag window, select Wrap Around Selection under the Insert bar. 8. Specify Class ID names and Center Image Place separate tags around image befe fmatting. 1. Click inside the container. 2. In the Properties Inspect, click the CSS button. 3. Click the Center icon. Common CSS Styles CSS Styles Purpose Example background Define background col image display Inline: The element will not break the flow. (No line break befe after the element). Block: A block-display element will span the full width of the space available to it. The flow will continue on a new line after the block-display element. None: The element will be completely hidden; no box will be generated. width Sets the width of an element float Floats an element in a direction (left, right, none, inherit) padding/ margin Defines padding/margin values to properly space text, graphics, containers, other objects. Page 4

5 4. In the New CSS Rule window, choose ID ( Class) under Select Type and name the select. 5. Click OK. Modify Page Background 1. Click the <body> tag in the Status Bar. 2. Select the CSS icon from the Properties Inspect. 3. Click Edit Rule. 4. Under Select Type choose Tag and 5. Select the Background from the categy list. 6. Use the entry bars to select a background col image and Create Rollover Images 1. Select a container to insert images. 2. Select Insert Image Objects, then Rollover Images. 3. In the Insert Rollover Image window, name the image in the Image Name bar. 4. In the Original Image and Rollover Image bars, browse and select your images. 5. To create a link to another web site, enter a web address in the Go to URL bar. 6. Click OK. Impt Wd Files 1. Click in an editable content region. 2. Select File, then Impt, then Wd Document. Navigate to the file. 3. In the Insert Document window, select Text with Structure. 4. Make sure the Clean Wd Paragraph Spacing box is checked. 5. Click Open. Drag the file from the Files Panel to the editing window. Add Accessibility Alt Tags Accessibility tags appear when a curs hovers over a hyperlink. 1. Place curs over the hyperlink and click. 2. In the Properties Inspect, click the HTML button. 3. In the Title bar, enter in the name of the hyperlink. Keyboard Shtcuts Documents & Panels Next Document Previous Document Behavis Bindings Components CSS Styles Databases Frames Histy Properties Reference Server Behavis Snippets Server Behavis Snippets Show/Hide Panels Tag Inspect Assets Code Inspect AP Elements (Layers) Results Tag Inspect Shift+C Ctrl-Shift-Tab Shift-F4 Ctrl-F10 Ctrl-F7 Shift-F11 Ctrl-Shift-F10 Shift-F2 Shift-F10 Ctrl-F3 Shift-F1 Ctrl-F9 Shift-F9 Ctrl-F9 Shift-F9 F4 F9 F11 F10 Files, F8 F2 F7 F9 View Toggle Views Refresh Design View Live View Insert Non-Breaking Space Line Break Image Table Modify Quick Tag Edit Show Code Navigat Ctrl-` F5 Alt-F11 Ctrl-Shift-Space Shift-Return Ctrl-Alt-I Ctrl-Atl-T Ctrl-T Ctrl-Alt-Click Tables Insert Row Ctrl-M Insert Column Ctrl-Shift-A Delete Row Ctrl-Shift-M Delete Column Ctrl-Shift-hyphen (-) Merge Selected Cells Ctrl-Alt-M Links Make Link Remove Link Ctrl-L Ctrl-Shift-L Text Fmatting None Ctrl-0 Heading 1 Ctrl-1 Heading 2 Ctrl-2 Heading 3 Ctrl-3 Heading 4 Ctrl-4 Heading 5 Ctrl-5 Heading 6 Ctrl-6 Paragraph Ctrl-Shift-P 4. Left Ctrl-Alt-Shift-L Center Ctrl-Alt-Shift-C Right Ctrl-Alt-Shift-R Justify Ctrl-Alt-Shift-J Text Indent Ctrl-Alt+] Text Outdent Ctrl-Alt+[ Questions? Go to to find me resources f Adobe Dreamweaver to schedule your next Dreamweaver class. Page 5

6 Common HTML Tags HTML Tag Name Purpose EXAMPLE <div> Div Organize content and web page elements <h1> Header Styles heading text hierarchically <ul> Undered list Defines an undered list (bullets) of list items <li> <ol> Ordered list Defines an dered list (numerals) of list items <li> <p> Paragraph Styles text in paragraph fmat <a> Hyperlink Add a clickable hyperlink text anch. <img /> Image Embeds (links) an image in an HTML page <span> Span A me versitle select f applying CSS styles to parts of a document text. Page 6

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

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

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

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

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

Center for Faculty Development and Support Making Documents Accessible

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

More information

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

Overview of the Adobe Dreamweaver CS5 workspace

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

More information

How to lay out a web page with CSS

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

More information

Dreamweaver 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 9A Adobe Dreamweaver CS4 ACE.

ADOBE 9A Adobe Dreamweaver CS4 ACE. ADOBE 9A0-090 Adobe Dreamweaver CS4 ACE http://killexams.com/exam-detail/9a0-090 ,D QUESTION: 74 You use an image throughout your Web site. You want to be able to add this image to various Web pages without

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

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

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^ Betsy Bruce John Ray Robyn Ness Sams Teach Yourself Adobe Wfl lif ver W ^msssi^ mm WlM ^lg^ SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction What Is Dreamweaver

More information

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

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

More information

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

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

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

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

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

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

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

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

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block

More information

Word 2007 Cheat Sheet: Quick Reference Charts

Word 2007 Cheat Sheet: Quick Reference Charts Wd 2007 Cheat Sheet: Quick Reference Charts http://www.computerwld.com/action/article.do?command=printarticle... 1 of 8 10/3/2007 2:26 PM Wd 2007 Cheat Sheet: Quick Reference Charts Preston Gralla April

More information

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

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

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 9A0-803 Title : Certified Dreamweaver 8 Developer Exam Version : DEMO 1 / 7 1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout

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

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

Layout Manager - Toolbar Reference Guide

Layout Manager - Toolbar Reference Guide Layout Manager - Toolbar Reference Guide Working with a Document Toolbar Button Description View or edit the source code of the document (for advanced users). Save the contents and submit its data to the

More information

button Double-click any tab on the Ribbon to minimize it. To expand, click the Expand the Ribbon button

button Double-click any tab on the Ribbon to minimize it. To expand, click the Expand the Ribbon button PROCEDURES LESSON 1: CREATING WD DOCUMENTS WITH HEADERS AND FOOTERS Starting Word 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Word 2010 1 Click

More information

Table Basics. The structure of an table

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

More information

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

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

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

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

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

More information

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

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES CLASS :: 13 12.01 2014 AGENDA SIMPLE CSS MENU W/ HOVER EFFECTS :: The Nav Element :: Styling the Nav :: UL, LI, and Anchor Elements :: Styling the UL and LI Elements TEMPLATE CREATION :: Why Templates?

More information

Enhancing your Page. Text Effects. Paragraph Effects. Headings

Enhancing your Page. Text Effects. Paragraph Effects. Headings Enhancing your Page You can make your pages more visually appealing and organize page content by using text effects, paragraph effects, macros, images, tables, etc. To begin, select the "Edit" button for

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

New York City College of Technology. Microsoft Word Contact Information:

New York City College of Technology. Microsoft Word Contact Information: New York City College of Technology Microsoft Word 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Opening Word 2016 Begin by clicking on the bottom left corner icon on the desktop. From

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

Adjusting Content Sp a c i n g

Adjusting Content Sp a c i n g Wking with Tables Figure 10.56 Hizontal alignment (Hz) options include Default, Left, Center, and Right. Figure 10.57 Vertical alignment options (Vert) include Default, Top, Middle, Bottom, and Baseline.

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents The Specification Manager 3 Specification Manager - Overview

More information

FrontPage 2000 Tutorial -- Advanced

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

More information

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

Functional Skills. Entry 3 to Level 2. Spreadsheets 2010 Version Information

Functional Skills. Entry 3 to Level 2. Spreadsheets 2010 Version Information Functional Skills Skills ICT Entry 3 to Level 2 YOU DO NOT NEED TO WORK THROUGH THIS. IT IS AN PACK TO TEACH YOU THE SKILLS NEEDED TO COMPLETE THE TASKS. YOU CAN USE IT WHILST WORKING THROUGH THE TASKS,

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

Correcting Grammar as You Type. 1. Right-click the text marked with the blue, wavy underline. 2. Click the desired option on the shortcut menu.

Correcting Grammar as You Type. 1. Right-click the text marked with the blue, wavy underline. 2. Click the desired option on the shortcut menu. PROCEDURES LESSON 11: CHECKING SPELLING AND GRAMMAR Selecting Spelling and Grammar Options 2 Click Options 3 In the Word Options dialog box, click Proofing 4 Check options as necessary under the When correcting

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

Adobe Dreamweaver CS6 Digital Classroom

Adobe Dreamweaver CS6 Digital Classroom Adobe Dreamweaver CS6 Digital Classroom Osborn, J ISBN-13: 9781118124093 Table of Contents Starting Up About Dreamweaver Digital Classroom 1 Prerequisites 1 System requirements 1 Starting Adobe Dreamweaver

More information

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

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

More information

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

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

Create a new document based on default template, other available template like: memo, fax, agenda.

Create a new document based on default template, other available template like: memo, fax, agenda. Word Processing 3 Objectives: Working with Documents Enhancing Productivity Using the Application Open, close a word processing application. Open, close documents. Create a new document based on default

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

WYSIWYG Editor: Users Manual

WYSIWYG Editor: Users Manual WYSIWYG Editor: Users Manual Table of Contents WYSIWYG Editor Overview.... 3 Adding Text... 4 Inserting an Image.... 7 Inserting a File.... 15 Embedding Media.... 21 Inserting an Email Link.... 25 Captiva

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

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

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

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

More information

FileNET Guide for AHC PageMasters

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

More information

Computer Nashua Public Library Introduction to Microsoft Word 2010

Computer Nashua Public Library Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with Word. You can make your documents more

More information

Getting Started with CSS Sculptor 3

Getting Started with CSS Sculptor 3 Getting Started with CSS Sculptor 3 With CSS Sculptor, you can quickly create a cross-browser compatible layout with custom widths, margins, padding, background images and more. Additionally, you can use

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 TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

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

More information

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

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

Create a Web Page with Spry Navigation Bar. March 30, 2010

Create a Web Page with Spry Navigation Bar. March 30, 2010 Create a Web Page with Spry Navigation Bar March 30, 2010 Open a new web page by selecting File on the Menu bar, and pick Open. Select HTML as the page type and none from the layout list. Finally, we press

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

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

Microsoft Word Training

Microsoft Word Training Microsoft Word Training Objectives: Become familiar with the Word Window, toolbars, and menus Learn to Save and Print Learn how to create tables, forms and templates Opening Word / Menus / Toolbars Click

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

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

(Pixelsilk Training Manual) Your Guide to Pixelsilk Site Updates

(Pixelsilk Training Manual) Your Guide to Pixelsilk Site Updates 2525 NE Twin Knolls Drive, Suite 1 Bend, OR 97701 tel 541.388.4398 fax 541.385.4798 website www.smartz.com (Pixelsilk Training Manual) Your Guide to Pixelsilk Site Updates Thank you for choosing Pixelsilk

More information

Dear Candidate, Thank you, Adobe Education

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

More information

Discuss web browsers. Define HTML terms

Discuss web browsers. Define HTML terms Week 1 & 2 *discuss safety of the internet and classroom Describe the internet and it s associated key terms Describe the world wide web and key terms associated Discuss web browsers Define HTML terms

More information

Creating and Publishing Faculty Webpages

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

More information

Using Dreamweaver to Create Page Layouts

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

More information

Corel Ventura 8 Introduction

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

More information

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

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

Dreamweaver 8. Project 5. Templates and Style Sheets

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

More information

FileNET Guide for AHC PageMasters

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

More information

Dreamweaver 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

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

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

More information

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML specifies formatting within a page using tags in its

More information

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC Module 1 Contents Chapter 1: Introduction to DreamWeaver CC Design Considerations...1-1 Types of Graphics...1-2 Backgrounds and Text...1-2 Planning the Navigation...1-2 The DreamWeaver Screen...1-3 Workspaces...

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

WORD 2010 TIP SHEET GLOSSARY

WORD 2010 TIP SHEET GLOSSARY GLOSSARY Clipart this term refers to art that is actually a part of the Word package. Clipart does not usually refer to photographs. It is thematic graphic content that is used to spice up Word documents

More information

Microsoft Word 2010 Basics

Microsoft Word 2010 Basics 1 Starting Word 2010 with XP Click the Start Button, All Programs, Microsoft Office, Microsoft Word 2010 Starting Word 2010 with 07 Click the Microsoft Office Button with the Windows flag logo Start Button,

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

HTML and CSS COURSE SYLLABUS

HTML and CSS COURSE SYLLABUS HTML and CSS COURSE SYLLABUS Overview: HTML and CSS go hand in hand for developing flexible, attractively and user friendly websites. HTML (Hyper Text Markup Language) is used to show content on the page

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

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

Table of Contents. Overview... 4 Advanced Content Items... 4 Accessibility... 4 iframe Textpoppers Math Characters and Equations...

Table of Contents. Overview... 4 Advanced Content Items... 4 Accessibility... 4 iframe Textpoppers Math Characters and Equations... Dallas County Community College District Table of Contents Overview... 4 Advanced Content Items... 4 Accessibility... 4 iframe... 4 Insert a Web Page... 4 Insert a PDF... 6 Textpoppers... 8 Insert a Text

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

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

Bonus Lesson: Working with Code

Bonus Lesson: Working with Code 15 Bonus Lesson: Working with Code In this lesson, you ll learn how to work with code and do the following: Select code elements in new ways Collapse and expand code entries Write code using code hinting

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System CREATING ANNOUNCEMENTS A guide to submitting announcements in the UAFS Content Management System Fall 2017 GETTING STARTED 1 First, go to news.uafs.edu. 2 Next, click Admin at the bottom of the page. NOTE:

More information