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

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

Chapter 3 – Web Design Tables & Page Layout
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.
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
Learning the Basics – Lesson 1
Creating Animations – Lesson 71 Creating Animations Lesson 7.
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
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
Chapter 4 Adding Images. Inserting and Aligning Images Using CSS When you choose graphics to add to a web page, it’s important to use graphic files in.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Chapter 3 Adding Images in HTML. Agenda Understanding Web Page Images Prepare Your Images for the Web Insert an Image Specify an Image Size Add Alternative.
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,
Web Technologies Website Development Trade & Industrial Education
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.
Project 1: Creating a Dreamweaver Web Page and Local Site 1 Project Objectives Add a background image Open and close panels Display and describe the Property.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit F Creating Links and Navigation Bars.
Adding User Interactivity – Lesson 51 Adding User Interactivity Lesson 5.
DREAMWEAVER Adding photos and other tips!. Making photo gallery  Gather ALL the photos you need into your images folder. (remember to copy the URL so.
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.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
Creating Links – Lesson 31 Creating Links Lesson 3.
Adobe Dreamweaver CS3 Revealed CHAPTER FOUR: WORKING WITH LINKS.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit E Using and Managing Images.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit D Formatting Text and Using Cascading Style Sheets.
CIS 205—Web Design & Development Fireworks Chapter 1.
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.
Link-Images. Understanding Links  Absolute Links: – URL is an absolute link—it’s the complete, unique address for a single page. Ex: – use absolute links.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
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.
Sports Website Creation. In this project you will design and produce your own website.
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.
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.
Web Site Development - Process of planning and creating a website.
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.
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
4.00 Apply procedures to add content by using Dreamweaver. (22%)
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 formats 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 Flash.

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 image referencing options Dreamweaver 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 category of the Insert bar. When the Select Image Source dialog box opens, locate and select the image in the folder containing the image. Click the arrow on the Relative To box and select your referencing preference. Click OK to insert the image at the insertion point.

6 Working with Graphics – Lesson 2 Naming your image While it is not required, it is a good idea to name your image in the Property inspector. Enter a name for the image in this text box. Enter alternate text for the image here that will display if the image cannot be displayed, or can be read by reader software used by people with a vision disability.

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. 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 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 choosing your alignment option, remember, 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 a button to your page: Position the insertion point in the Document window where the button is be placed. Select the Flash Button option from the Media button, which is located on the Common category of the Insert bar. Choose a button style (continued)

13 Working with Graphics – Lesson 2 Add a Flash button (continued) Enter the text to display on the button, and select a font and font size for the text. Select a background color for the button. 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.

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

15 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 Flash.