Positioning Objects with CSS and Tables

Slides:



Advertisements
Similar presentations
© 2010 Delmar, Cengage Learning Chapter 5 Positioning Objects with CSS and Tables.
Advertisements

Chapter 3 – Web Design Tables & Page Layout
Chapter 9 Working with Tabs and Tables. Chapter Objectives Work with tabs Create and format a table Format text in a table Place graphics in a table.
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
© 2011 Delmar, Cengage Learning Chapter 10 Positioning Objects with AP Divs.
Create a table Resize, split and merge cells Insert and align graphics within table cells Insert text and format cell content Maintain Web site Working.
Chapter 3 Tables and Page Layout
Macromedia Dreamweaver MX 2004 Design Professional Tables WORKING WITH.
XP Creating Web Pages with HTML Using Tables. XP Objectives Create a text table Create a table using the,, and tags Create table headers and captions.
Using HTML Tables.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
1 by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric Cameron, Rebecca Lawson Chapter 3 Document Productivity.
Chapter 19 – Macromedia Dreamweaver MX 2004
1 The Structure of a Web Table beginning of the table structure first row of three in the table end of the table structure table cells You do not need.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 15 Working with Tables 1 Morrison / Wells / Ruffolo.
Organizing Content by Using Dreamweaver CS5 Domain 5.
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.
Tutorial 4: Using CSS for Page Layout. 2 Objectives Session 4.1 Explore CSS layout Compare types of floating layouts Examine code for CSS layouts View.
Tutorial 5 Working with Web Tables. XP Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple.
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
1 Macromedia Dreamweaver Outline Introduction Macromedia Dreamweaver Text Styles Images and Links Symbols and Lines Tables Forms Scripting in Dreamweaver.
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
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.
Tutorial 4 Organizing Page Content and Layout. XP Objectives Review graphic formats and compression Add graphics to a Web page Format and edit graphics.
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
© 2011 Delmar, Cengage Learning Chapter 8 Using Styles and Design Style Sheets for Design.
Tutorial 5 Working with Tables and Columns
Tutorial 5 Working with Tables and Columns
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
Creating Tables Lesson 6.
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.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 15 Advanced Tables.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
Updated on: September 4, 2010 CIS67 Foundations for Creating Web Pages Professor Al Fichera.
1 Word Lesson 4 Working with Graphics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Key Applications Module Lesson 14 — Working with Tables Computer Literacy BASICS.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Positioning Objects with CSS and Tables
ADOBE INDESIGN CS3 Chapter 9 WORKING WITH TABS AND TABLES.
XP IT INSTRUCTOR :AHMAD HIRZALLAH 1 Microsoft Office FrontPage 2003 Creating Tables and Frames.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
Tutorial 5 Working with Web Tables. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Learn and Apply the structure of.
Lesson 13 Tables. Overview Create a table. Key and edit text in tables. Select cells, rows, and columns. Edit table structures. Format tables and cell.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 5 1 Microsoft Office FrontPage 2003 Tutorial 5 – Creating Tables and Frames.
Tutorial 4 Using CSS for Page Layout. Objectives Session 4.1 – Explore CSS layout – Compare types of floating layouts – Examine code for CSS layouts –
Tutorial 5 Working with Web Tables
Plug-In T11: Creating Webpages Using Dreamweaver
Positioning Objects with CSS and Tables
Chapter A - Getting Started with Dreamweaver MX 2004
Working with Tabs and Tables
Tutorial 5 Working with Tables and Columns
Tutorial 5 Working with Web Tables
Unit I: Collecting Data with Forms
Chapter 2 Adding Web Pages, Links, and Images
Word Lesson 7 Working with Documents
Exercise 39 - Skills A table on your Web page provides one of the best ways to organize and align graphics, text and other objects on the page. You can.
Using HTML Tables SWBAT: - create tables using HTML
Tutorial 6 Creating Dynamic Pages
DREAMWEAVER MX 2004 Chapter 3 Working with Tables
Lesson 15 Working with Tables
Lesson 5: HTML Tables.
Key Applications Module Lesson 14 — Working with Tables
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Positioning Objects with CSS and Tables Chapter 6 Positioning Objects with CSS and Tables

© 2011 Delmar Cengage Learning Chapter 6 Lessons Create a page using CSS layouts Add content to CSS layout blocks Edit content in CSS layout blocks Create a table Resize, split, and merge cells Insert and align images in table cells Insert text and format cell content © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Positioning Objects with CSS and Tables CSS page layouts consist of containers formatted with CSS into which you place web content. The appearance and position of the containers are set through the use of HTML tags known as div tags. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Positioning Objects with CSS and Tables Tables are placeholders made up of small boxes called cells into which you can insert text and graphics. Cells in a table are arranged: Horizontally in rows Vertically in columns © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Positioning Objects with CSS and Tables Behaviors are simple action scripts that let you incorporate interactivity by modifying content based on variables like user actions. Designers prefer CSS layouts for page design and CSS tables for placing lists of data. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Positioning Objects with CSS and Tables Tools You’ll Use © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Create a Page Using CSS Layouts An AP div tag creates a container that has a specified, fixed position on a web page. An AP element is the resulting container that an AP div tag creates on a page. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Create a Page Using CSS Layouts Dreamweaver CS5 provides 16 predesigned layouts for building a web page. There are two types of CSS layouts: A fixed layout A liquid layout © 2011 Delmar Cengage Learning

Create a Page Using CSS Layouts Preview of selected layout Preview of div tag layout New Document dialog box © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Create a Page Using CSS Layouts You can use the Design view to see and adjust CSS content blocks. Text and images that have been aligned or positioned using div tags have a dotted border. © 2011 Delmar Cengage Learning

Create a Page Using CSS Layouts Dotted-line borders surround the CSS content blocks CSS blocks defined by dotted borders © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Add Content to CSS Layout Blocks Once you have created a layout with div tags, you should use CSS styles to format the text. In the Code view, helpful comments are in gray to help you differentiate them from the rest of the code. © 2011 Delmar Cengage Learning

Add Content to CSS Layout Blocks Comments in gray text Class name preceded by period Rule properties Code view for CSS in head content © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Edit Content in CSS Layout Blocks You can edit a predesigned CSS layout. If your CSS layout has both external and internal style sheets, you can change the rule properties. The properties and values for the rule appear in the Properties pane. © 2011 Delmar Cengage Learning

Edit Content in CSS Layout Blocks Styles for external style sheet Styles for predesigned CSS layout SpryMenuBarHorizontal.css styles Viewing the CSS Styles panel © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Create a Table Tables are great when you need a grid layout on a page. Expanded tables mode adds extra space between cells. The border is the outline or frame around the table and individual cells and is measured in pixels. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Create a Table When you place a table inside another table it is called a nested table. Cell padding is the distance between cell content and the cell walls. Cell spacing is the distance between cells. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Create a Table When you use the Expanded Tables mode, it is easier for you to see how many rows and columns you have. WYSIWYG is the acronym for What You See Is What You Get. WYSIWYG means that your page looks the same in the browser as the web editor. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Create a Table Click list arrow to choose pixels or percent Top Header Summary text box Accessibility options Table captions, headers and summaries provide information and add accessibility to users. Table dialog box © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Resize, Split, and Merge Cells You can resize the rows or columns of a table by dragging. Cells width or height is specified as a percentage; that percentage is maintained in relation to the width or height of the entire table if the table is resized. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Resize, Split, and Merge Cells When you split a cell it means you divide it into multiple rows or columns. To merge cells means to combine multiple cells into one cell. When you merge cells, the HTML tag used to describe the merged cell changes from a width size tag to a column span or row span tag. © 2011 Delmar Cengage Learning

Resize, Split, and Merge Cells Merges selected cells using spans button Resulting merged cell Merging selected cells into one cell © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Insert and Align Images in Table Cells You can insert images in the cells of a table using the Image command. When you add a large image to a cell, the cell expands to accommodate the inserted image. © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Insert and Align Images in Table Cells You can align images both horizontally and vertically within a cell. Horizontal alignment options © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Insert Text and Format Cell Content You can enter text into a table by: Typing it directly into the cell Copying it from another source and pasting it in © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Insert Text and Format Cell Content Text typed into cells Typing text into cells © 2011 Delmar Cengage Learning

© 2011 Delmar Cengage Learning Insert Text and Format Cell Content When you format a cell it can include setting properties that visually enhance the cell’s appearance. To format a cell, expand the Property inspector to display cell formatting options. © 2011 Delmar Cengage Learning