Microsoft Expression Web-Illustrated Unit F: Enhancing a Design with CSS.

Slides:



Advertisements
Similar presentations
Microsoft Expression Web-Illustrated Unit K: Working with Behaviors.
Advertisements

Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Microsoft Expression Web-Illustrated Unit C: Adding Text and Links.
 CSS Presentation and layout is based on the CSS Box Model.  The CSS Box Model states that every element on a page is a rectangular box.  This includes:
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
Microsoft Expression Web-Illustrated Unit L: Using Code Tools.
Beginning Web Site Creation: Dreamweaver CS4. XHTMLCSS  Describes the structure  Content  Collection of styles  Formatting body { background-color:
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Saving a Word Document as a Web Page
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 9 1 Microsoft Office FrontPage 2003 Tutorial 9 – Using Layout Tables, Styles, and Office.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Creating, Formatting, and Editing a Word Document with a Picture
Expression Web 2 Concepts and Techniques Chapter 3 Working with Templates and Styles.
FIRST COURSE Creating Web Pages with Microsoft Office 2007.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Chapter 6 Navigating Presentations Using Hyperlinks and Action Buttons
Chapter 2 Enhancing a Presentation with Pictures, Shapes, and WordArt
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
Dreamweaver CS4 Concepts and Techniques Chapter 5 Templates and Style Sheets.
Microsoft Expression Web - Illustrated Unit B: Creating a Web Site.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Dreamweaver CS4 Concepts and Techniques Chapter 7 Page Layout with Frames.
Microsoft Word 2010 Chapter 1 Creating, Formatting, and Editing a Word Document with Pictures.
Expression Web 2 Concepts and Techniques Chapter 2 Working with Images and Links.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit C Developing a Web Page.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 4 1 Microsoft Office FrontPage 2003 Tutorial 4 – Using Shared Borders and Themes.
XP Modifying the Slide Master Click the View tab on the Ribbon, and then, in the Master Views group, click the Slide Master button Click the Slide Master.
Chapter 12 Cascading Style Sheets: Part II The Web Warrior Guide to Web Design Technologies.
WELCOME EF 105 Spring EF 105 Computer Methods in Engineering Problem Solving Week 2: FrontPage Introduction to Software Use to create Web Pages.
Website Development with Dreamweaver
Project 5 Templates and Style Sheets Dreamweaver MX 2004 Concepts and Techniques.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit E Formatting with Cascading Style Sheets.
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
Working with Text and Cascading Style Sheets. Unit Objectives Create a new page Import text Set text properties Create an unordered list Understand Cascading.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit E Using and Managing Images.
Microsoft Publisher 2010 Chapter 4 Creating a Custom Publication from Scratch.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit D Formatting Text and Using Cascading Style Sheets.
Adobe Dreamweaver CS5 - Illustrated Unit D: Working with Text and Cascading Style Sheets.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
Adobe Dreamweaver CS4 - Illustrated Formatting Text Using HTML and CSS Styles.
Microsoft Publisher 2010 Chapter 7 Advanced Formatting and Merging Publications with Data.
Lesson 03 // Cascading Style Sheets. CSS Stands for Cascading Style Sheets. We’ll be using a combination of Html and CSS to create websites. CSS is a.
Templates and Style Sheets
Microsoft Expression Web-Illustrated Unit E: Working with Pictures.
® Microsoft PowerPoint 2010 ® Tutorial 3 Adding Special Effects to a Presentation.
Microsoft Expression Web 3 – Illustrated Unit F: Enhancing a Design with CSS.
3.2 Cascading Style Sheets. 2 Positioning Elements Normally, elements are laid out on the page in the order that they are defined in the XHTML document.
Designing a Web Page Layout Using a Professional Bitmap & Vector Graphic Editing Suite 1IT: Web Technologies – Design a Web Page Layout 2 Copyright © Texas.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Bookstore Web Application: Client Tier Introducing Web Controls.
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Web Technologies Beginning Cascading Style Sheets (CSS) 1Copyright © Texas Education Agency, All rights reserved.
Agency Web Site Navigation Structure. Building the agency web site Agency Web Site Navigation Structure, Slide 2Copyright © 2004, Jim Schwab, University.
OV Copyright © 2008 Element K Content LLC. All rights reserved. Working with Web Pages  An Introduction to Cascading Style Sheets  Format a Web.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
Creating Web Pages with Links, Images, and Embedded Style Sheets
PowerPoint Practice Exercise 1.Save this file on your H drive in Word folder as Practice. 2.Edit each slide according to the instructions provided in the.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
HTML & CSS Contents: the different ways we can use to apply CSS to The HTML documents CSS Colors and Background CSS Fonts CSS Text CSS box model: padding,
Microsoft Expression Web-Illustrated Unit G: Designing Site Navigation.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Windows Tutorial 3 Personalizing Your Windows Environment
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
With Microsoft FrontPage 2000
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
Unit Objectives Create a new page Import text Set text properties
Creating, Formatting, and Editing a Word Document with Pictures
Presentation transcript:

Microsoft Expression Web-Illustrated Unit F: Enhancing a Design with CSS

Objectives Understand CSS layouts Add background images Set a background color using the Eyedropper tool Set a background color using a swatch Add a border Microsoft Expression Web - Illustrated

Objectives Set margins and padding Style the footer Add a font family Style headings Microsoft Expression Web - Illustrated

Understanding CSS Layout The CSS Box Model  Every element on the page is a rectangular box  The innermost box is the content area  The padding area creates a space between the content and the border  Borders enclose the padding and content areas  The margin is the space surrounding the other three areas Microsoft Expression Web - Illustrated

Understanding CSS Layout Microsoft Expression Web - Illustrated The CSS box model

Understanding CSS Layout CSS layouts in Expression Web  New pages are structured with the divs included in the layout Microsoft Expression Web - Illustrated

Adding Background Images Open a Web page point to #masthead in the Apply Styles task pane Click the #masthead list arrow Then click Modify Style Click Background in the category list Click the Browse button next to background-image Navigate to the folder where you store your pictures Choose an image and click Open Microsoft Expression Web - Illustrated

Adding Background Images Click the background-repeat list arrow, then click no-repeat Click Position in the category list, type 235 in the height text box, then click OK Point to #container in the Apply Styles task pane, click the #container list arrow, then click Modify Style Click Background in the category list Click the Browse button next to the background- image Choose an image and click Open, Click the background-repeat list arrow and click repeat-y, then click OK Microsoft Expression Web - Illustrated

Adding Background Images Microsoft Expression Web - Illustrated Home page after background images added to #masthead and #container styles

Adding Background Images Background image properties and values Microsoft Expression Web - Illustrated

Setting a Background Color Using the Eyedropper Tool Confirm that the home page is the active page, click the Manage Styles tab in the Apply Styles task pane, right-click body, then click Modify Style Click Background in the category list, then click the background-color color swatch Click Select Microsoft Expression Web - Illustrated

Setting a Background Color Using the Eyedropper Tool Microsoft Expression Web - Illustrated

Setting a Background Color Using the Eyedropper Tool Pick a color, as shown in the figure Microsoft Expression Web - Illustrated

Setting a Background Color Using a Swatch Right-click #page_content in the Manage Styles task pane, then click Modify Style Click Background in the category list, then click the background-color list arrow Microsoft Expression Web - Illustrated

Setting a Background Color Using a Swatch Choose a color swatch Click OK Microsoft Expression Web - Illustrated

Setting a Background Color Using a Swatch Use the Save All command to save changes to all open files Preview the home page in a browser Microsoft Expression Web - Illustrated

Adding a Border Right-click the #page_content div in the Manage Styles task pane, then click Modify Style Click Border in the category list Choose your settings and click OK Microsoft Expression Web - Illustrated

Adding a Border Microsoft Expression Web - Illustrated Completed Border options

Setting Margins and Padding Observe the Web page in the browser window Microsoft Expression Web - Illustrated

Setting Margins and Padding Close the browser window, return to Expression Web, right-click body on the Manage Styles task pane, then click Modify Style Click Box on the category list, adjust the margin and click OK Microsoft Expression Web - Illustrated

Setting Margins and Padding Microsoft Expression Web - Illustrated Modifying the Box category of body style

Setting Margins and Padding Right-click page_content on the Manage Styles task pane, then click Modify Style Click Box on the category list, click in the top text box under padding, type 15, then compare your screen to the figure on the following slide Click OK Save your changes to all open files, preview the home page in a browser, use navigation links at the bottom of the pages to view all pages in the site, close the browser window, then return to Expression Web Microsoft Expression Web - Illustrated

Setting Margins and Padding Microsoft Expression Web - Illustrated

Styling the Footer Right-click #footer in the Manage Styles task pane, then click Modify Style Click in the font-size box, then type 10 Click the font-weight list arrow, then click bold Microsoft Expression Web - Illustrated

Styling the Footer Microsoft Expression Web - Illustrated

Styling the Footer Click Block in the category list, click the text-align list arrow, then click center Microsoft Expression Web - Illustrated

Styling the Footer Click Box on the category list, click the Same for all check box next to margin to remove the check mark, then type 20 in the top text box Microsoft Expression Web - Illustrated

Styling the Footer Click OK Save your changes to all open files, preview the home page in a browser, use navigation links at the bottom of the pages to view all pages in the site, close the browser window, then return to Expression Web Microsoft Expression Web - Illustrated

Adding a Font Family Click Tools on the menu bar, click Page Editor Options, then click the Font Families tab Microsoft Expression Web - Illustrated

Adding a Font Family In the Select font family list, click (New Font Family) if necessary In the Add font list, click Lucida Sans, then click Add In the Add font list, click Arial, then click Add In the Add font text box, type Helvetica, then click Add In the Add font text box, click sans-serif, click Add, then compare your screen with the figure on the following slide Click OK Microsoft Expression Web - Illustrated

Adding a Font Family Microsoft Expression Web - Illustrated

Adding a Font Family Microsoft Expression Web - Illustrated

Styling Headings Click the New Style button on the Manage Styles task pane, click the Selector list arrow, click h1, click the Define in list arrow, click Existing style sheet, click the URL list arrow, then click twstyles.css Click the font-family list arrow, click Lucinda Sans, Arial, Helvetica, sans- serif, type 22 in the font-size box, click the font-weight list arrow, click bold, then type # in the color text box Microsoft Expression Web - Illustrated

Styling Headings Click Border in the category list, then click the Same for all check boxes under border-style, border-width, and border-color to remove the check marks Click the bottom list arrow under border-style, click solid, click the bottom text box under border-width, type 1, click the bottom text box under border-color, type #C9A62D, compare your screen to the figure on the following slide, then click OK Microsoft Expression Web - Illustrated

Styling Headings Microsoft Expression Web - Illustrated

Styling Headings Click the New Style button on the Manage Styles task pane, click the Selector list arrow, click h2, click the Define in list arrow, click Existing style sheet, click the URL list arrow, then click twstyles.css Type 18 in the font-size box, click the font-weight list arrow, click bold, type #C9A62D in the color text box, compare your screen to the figure on the following slide, then click OK Microsoft Expression Web - Illustrated

Styling Headings Microsoft Expression Web - Illustrated

Styling Headings Use the Save All command to save changes to all open files, preview the home page in a browser, then click Store link Close the browser window, return to Expression Web, close the tradewinds site, then exit Expression Web Microsoft Expression Web - Illustrated

Styling Headings Microsoft Expression Web - Illustrated