Working with Graphics – Lesson 21 Working with Graphics Lesson 2.

Slides:



Advertisements
Similar presentations
Managing Your Site – Lesson 61 Managing Your Site Lesson 6.
Advertisements

Chapter 3 – Web Design Tables & Page Layout
Introducing Macromedia FreeHand MX
Chapter 4 Adding Images. Inserting and Aligning Images Graphics refer to the appearance of most non- text items on a web page, such as: – Photographs.
Designing Scenes for Macromedia Flash MX 2004 – Lesson 41 Designing Scenes for Macromedia Flash MX 2004 Lesson 4.
Integrating FreeHand with Other Macromedia Web Applications– Lesson 61 Integrating FreeHand with Other Macromedia Web Applications Lesson 6.
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
Learning the Basics – Lesson 1
Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
Creating Animations – Lesson 71 Creating Animations Lesson 7.
Dreamweaver CS4 Concepts and Techniques Chapter 8 Media Objects.
Chapter 3 Tables and Page Layout
Macromedia Dreamweaver 4 Foundation Level Course.
Create Unordered and Ordered lists Cascading Style Sheets Insert and align Graphics Image enhancements Background images and site maintenance Working with.
Macromedia Dreamweaver MX 2004 Design Professional Tables WORKING WITH.
Saving a Word Document as a Web Page
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Chapter 4 Adding Images. Chapter 4 Lessons Introduction 1.Insert and align images 2.Enhance an image and use alternate text 3.Insert a background image.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit F Creating Links and Navigation Bars.
A Power Point Presentation For... A Power Point Presentation ( click to advance slides )
Adding User Interactivity – Lesson 51 Adding User Interactivity Lesson 5.
Website Development with Dreamweaver
CIS 205—Web Design & Development Dreamweaver Chapter 5 Using HTML Tables to Lay Out a Page.
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
Adobe Dreamweaver CS3 Revealed CHAPTER FIVE: USING HTML TABLES TO LAY OUT A PAGE.
Creating Web Pages with Links, Images, and Formatted Text
Project 2 Adding Web Pages, Links, and Images Dreamweaver MX 2004 Concepts and Techniques.
Creating Links – Lesson 31 Creating Links Lesson 3.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit E Using and Managing Images.
Creating a Logo – Lesson 3 1 Creating a Logo Lesson 3.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit D Formatting Text and Using Cascading Style Sheets.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
Dreamweaver CS4 Concepts and Techniques Chapter 2 Adding Web Pages, Links, and Images.
Creating Buttons – Lesson 51 Creating Buttons Lesson 5.
Macromedia Dreamweaver 8 Revealed LINKS WORKING WITH.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit H Collecting Data with HTML Forms.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit G Working with Tables and Layers.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Adding Graphical Elements Essentials for.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
Microsoft Expression Web-Illustrated Unit E: Working with Pictures.
Macromedia Dreamweaver MX 2004 Design Professional And Graphics WORKING WITH TEXT.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
© 2011 Delmar, Cengage Learning Chapter 4 Adding Images.
Adding Text and Navigation to the Home Page – Lesson 51 Adding Text and Navigation to the Home Page Lesson 5.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
1 Creating Links Lesson 2. 2 In the center column type : Home | Order Now | Contact Us This is the navigation button which will link to the other pages.
Adobe Dreamweaver CS5 - Illustrated Unit E:Using and Managing Images.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Dreamweaver MX. 2 Timeline Overview (p. 480) n Animations can be achieved with DHTML (__________ HTML) using JavaScript code and _____ or later browsers.
Unit Objectives Insert an image Align an image Enhance an image
Learning the Basics – Lesson 1
Chapter A - Getting Started with Dreamweaver MX 2004
Creating Links – Lesson 3
Chapter 4 Adding Images.
Chapter A - Getting Started with Dreamweaver MX 2004
Chapter 2 Adding Web Pages, Links, and Images
DREAMWEAVER MX 2004 Chapter 4 Working with Images
The Web Collection Standard CS3 Revealed
Presentation transcript:

Working with Graphics – Lesson 21 Working with Graphics Lesson 2

2 Working with Graphics – Lesson 2 Objectives Identify the graphics methods commonly used on Web pages. Insert graphics on a Web page. Use the Assets panel to manage graphics. Wrap text around graphics and work with alignment options. Insert buttons and animations from Macromedia Flash MX.

3 Working with Graphics – Lesson 2 Graphic formats for Web use Modern Web browsers all support graphic images in GIF or JPEG format. Learn when to use which format: GIF – Use when your image has large areas of solid color and no color blending. GIF images are saved in 8-bit color mode, which limits them to 256 colors. JPEG – Use when your images are photographs or when the image contains a large color tonal range. JPEG images are saved in 24-bit color mode and can contain millions of colors. Both image formats are saved as compressed files, creating a small file which downloads quickly when the page is loaded.

4 Working with Graphics – Lesson 2 Dreamweaver MX image referencing options Dreamweaver MX allows you to choose how it will reference your images. Document-relative referencing constructs the path to the image based on the relative location of your HTML document to the graphics file. Use this for hyperlinks and paths. Site-root-relative referencing constructs the path to the image based on the relative location of the image from your site root. Use this for very large sites or if you will be moving pages frequently within the server.

5 Working with Graphics – Lesson 2 Placing an image on a page Click in your document to set the insertion point, then click the Image button on the Common tab of the Insert bar. When the Select Image Source dialog box opens, locate the image in the folder containing it. Click the arrow on the Relative To box and select your referencing preference. Click OK to insert the image at the insertion point. While it is not required, it is a good idea to name your image in the Property inspector.

6 Working with Graphics – Lesson 2 The Select Image Source dialog box This figure shows the Select Image Source dialog box. In this box, you locate the drive and folder containing the image. You can set your referencing preference in the Relative To box at the bottom. If the Preview Images box is selected, a thumbnail of the image will appear on the right side of the box in the Image Preview section.

7 Working with Graphics – Lesson 2 Manage images using the Assets panel All images added to a site are listed in the Assets panel. You can categorize images as “favorites” and store them in folders to locate them quickly when needed. Images stored in the Assets panel can quickly be added to any part of your site. Before you can add images to the Assets panel, a site cache and a site catalog must be created. You will be prompted to create these when you open the Access panel if they do not already exist.

8 Working with Graphics – Lesson 2 The Assets panel This figure shows the Favorites view of the Assets panel. When you click on an image to select it, a thumbnail will appear in the upper part of the panel. Add a new image to a selected folder by clicking the Add to Favorites button. If you add an image and it does not immediately appear in the list, click the Refresh Site List button.

9 Working with Graphics – Lesson 2 Wrap text around images Dreamweaver MX allows you to set alignment options to wrap text to the left or the right of an image. There are many alignment options that can be set for images, but only Left and Right affect text wrapping. When you set either the Left or Right alignment option, a small image anchor symbol will appear in your document. This indicates where the HTML tag for the image is in relation to the text. If you want your image on the left side of the page and the text to wrap to the right side of the image, choose the Left align option. If you want your image on the right side of the page and the text to wrap to the left side of the image, choose the Right align option.

10 Working with Graphics – Lesson 2 The Property inspector showing image properties This figure shows the Property inspector when an image has been selected on the page. The H Space and V Space text boxes are used to add horizontal and vertical space around the edge of the image. You can specify a border (in pixel width) around the image in the Border box Clicking the Align list arrow shows the available alignment options for images.

11 Working with Graphics – Lesson 2 Image alignment options There are many image alignment options you can choose, such as: Baseline or Bottom – Aligns the bottom of the image with the baseline of a text line. Top – Aligns the image with the top of the tallest item in the line. Middle – Aligns the baseline of a text line with the middle of the image. Text Top – Aligns the image with the top of the tallest text in a text line. Absolute Middle – Aligns the middle of the text line with the middle of the image. Absolute Bottom – Aligns the bottom of the image with the bottom of the text line.

12 Working with Graphics – Lesson 2 Add a Flash button Flash buttons have several states that respond to actions of the mouse pointer. To add one to your page: Position the insertion point where the button is to go. Click Flash Button on the Media tab of the Insert bar. Choose a button style, enter text for the button, and select a background color. Assign a name for the button in the Save As text box and click OK. Click the Play button in the Property inspector. The button will be shown in its original state. Click it and roll the mouse over it to see its other states.

13 Working with Graphics – Lesson 2 Add a Flash animation Flash animations must be created before you add them to your page. They cannot be created in Dreamweaver MX. To add one to your page: Position the insertion point, then click Flash on the Assets panel. Locate the animation in the Favorites panel and click Insert. Select the Loop and Autoplay options in the Property inspector. Click Play to preview the animation, and click Stop to stop it.

14 Working with Graphics – Lesson 2 Summary In this lesson, you learned: How to identify the graphics formats commonly used on Web pages. How to insert graphics on a Web page. To use the Assets panel to manage graphics. How to wrap text around graphics and work with alignment options. How to insert buttons and animations from Macromedia Flash MX.