Chapter 3 – Web Design Tables & Page Layout

Slides:



Advertisements
Similar presentations
Tutorial 3 – Creating a Multiple-Page Report
Advertisements

© 2010 Delmar, Cengage Learning Chapter 5 Positioning Objects with CSS and Tables.
Use Tables for Layout Control Day 7. You will learn to: Understand Tables Create a Simple Table Modify Your Tables Appearance Create Page Layouts with.
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Creating Tables in a Web Site
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
HTML & Dreamweaver. The World Wide Web can be defined as a: a.group of related documents that are managed by a business. b.collection of documents accessed.
Pasewark & Pasewark 1 Word Lesson 7 Working with Documents Microsoft Office 2007: Introductory.
CREATING A MULTIPLE PAGE REPORT Presented by: Dr. Ennis-Cole.
® Microsoft Office 2010 Word Tutorial 3 Creating a Multiple-Page Report.
Word Lesson 7 Working with Documents
1 Microsoft Office Word 2003 Tutorial 3 Creating a Multiple-Page Report.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
Chapter 3 Tables and Page Layout
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
Macromedia Dreamweaver MX 2004 Design Professional Tables WORKING WITH.
Creating a Web Page with Tables. Objectives Create a text table with preformatted text Create the basic structure of a graphical table Organize table.
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.
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.
Chapter 3. Table have many uses in a HTML design but are mostly used for the organization of your web site. Tables also give vertical and horizontal structure.
CHAPTER 11 Tables. How Are Tables Used Data Display  Very tidy and very useful Better Text Alignment  Putting text in tables allows you to format indents.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
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.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Creating Tables in a Web Site
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
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.
© 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
Website Development with 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.
Project 2 Adding Web Pages, Links, and Images Dreamweaver MX 2004 Concepts and Techniques.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
XP New Perspectives on Microsoft Word 2002 Tutorial 31 Microsoft Word 2002 Tutorial 3 – Creating a Multiple-Page Report.
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.
© 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 14 Tables.
Dreamweaver CS4 Concepts and Techniques Chapter 2 Adding Web Pages, Links, and Images.
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 2006 South-Western/Thomson Learning Chapter 12 Tables.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
© 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.
Layers, Image Maps, and Navigation Bars
Who Wants to be a Millionaire? LIFELINES 1.50/50 2.Poll the audience 3.Ask Another Student.
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.
Web Site Development - Process of planning and creating a website.
Positioning Objects with CSS and Tables
XP IT INSTRUCTOR :AHMAD HIRZALLAH 1 Microsoft Office FrontPage 2003 Creating Tables and Frames.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
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.
Chapter 12. Copyright 2003, Paradigm Publishing Inc. CHAPTER 12 BACKNEXTEND 12-2 LINKS TO OBJECTIVES Create a Table Enter and Edit Text Delete a Table.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 5 1 Microsoft Office FrontPage 2003 Tutorial 5 – Creating Tables and Frames.
Microsoft Office 2007-Illustrated
Positioning Objects with CSS and Tables
Chapter A - Getting Started with Dreamweaver MX 2004
Word Lesson 7 Working with Documents
Tutorial 3 – Creating a Multiple-Page Report
Tutorial 6 Creating Dynamic Pages
DREAMWEAVER MX 2004 Chapter 3 Working with Tables
Positioning Objects with CSS and Tables
Key Applications Module Lesson 14 — Working with Tables
Presentation transcript:

Chapter 3 – Web Design Tables & Page Layout Mr. Ursone

Tables Dreamweaver provides 3 ways to use the table feature: Standard mode: Table is presented as a grid of rows and columns. Uses the Insert Table dialog box Layout mode: freeform process where you draw the table and individual cells (more complex) Expanded mode: allows you to edit table elements. Temporarily Adds cell padding & spacing to tables, increasing borders – this way you have easy access to items that are difficult to select for precise editing.

Understanding Tables Tables Allow the user to add vertical and horizontal structure to a Web page. Makes it easy to create the header/body/footer structure A nested table is a table inside another table Merge Cells: Combines selected cells, rows, or columns into one cell (available when two or more cells, rows, or columns are selected) Split Cells: Divides a cell, creating two or more cells (available when a single cell is selected) Table ID: Provides a name for the table within the HTML code. The table ID is similar to the alternate text for an image

Table Borders The border command specifies the width, in pixels, of the line that frames the table and its various parts. You cannot apply a border to an individual cell unless the table consists of only one cell A border can help separate content within a table. Borders are especially useful if the table includes information that must be read across a row or down a column

Page layout Process of arranging text, images & elements on page Rules: site should be easy to navigate, easy to read, and quick to download Tables download fast & can be used anywhere Tables allow you to position elements on a Web page with great accuracy / many design options

Typical Web Page Composed of 3 sections Header – located at top, may contain logos, images or text that identifies site Body – informational context about site Footer – hyperlinks for contact info & navigational controls Header Body Footer

Understanding Tables Table is presented as a grid of rows & columns Row – horizontal collection of cells Column – vertical collection of cells Cell – the container created when row & column intersect Cell padding – the amount of space between the edge of a cell & its contents Cell spacing – the amount of space between cells Border – when table’s border is set to 0 and the table is viewed in a browser the outline does not appear / when displayed in Dreamweaver an outline will appear Percent – when table width is specified as percent it expands the width of the window and the monitor size where its being viewed Pixels – a table with the width specified in pixels will remain the same size regardless of the window & monitor size It is not necessary to declare table width – when no value is specified the table is displayed as small as possible & expands as content is added

Layout (Tab) Category under the Insert Bar The layout category enables you to work with tables & other features. In standard mode a table is displayed as a grid and expands as you add text & images You define the structure of the table using the Insert Table Dialog box

Insert Bar Layout (Tab) Category This toolbar contains buttons for creating and inserting objects such as tables, layers, and images Standard mode Expanded tables Table Insert row above Insert row below Insert Column to the Left Insert Column to the Right Draw Layout Table Draw Layout Cell

Inserting Table Dialog Box in Standard Mode

Property Inspector Table Features Table ID box Clear column widths & clear row heights buttons Convert table width to pixels Convert table width to percent Table background color Table border color Border width Align box CellPad & CellSpace boxes

Table Formatting The order of precedence for table formatting is cells, rows, and table. When a property, like background color or alignment, is set to one value for the whole table and another value for individual cells, cell formatting takes precedence over row formatting, which in turn takes precedence over table formatting When a table is inserted it defaults to the left Using the property inspector you can center the table by selecting it and applying the Center command Default vertical cell alignment is middle

HTML structure within a Table When you view your table in Dreamweaver: <table> tag indicates whole table – clicking this tag selects the whole table <td> tag indicates table data – clicking it selects the cell at the insertion point <tr> tag indicates table row – clicking it selects the row containing the insertion point

Good to Know … Default horizontal cell alignment is left – when you enter text or image to a cell it defaults to left margin Its recommended that you add a table ID. It provides a name for a table within the HTML code / similar to alternative text for an image Named anchor: a link to a specific place within a document When you “merge” cells or rows you make them become one

Layout Mode You can draw & place boxes anywhere on the page Layout mode provides more flexibility than Standard mode As you draw the table and/or cells in Layout mode, Dreamweaver creates the code When you draw your table Dreamweaver outlines the table in green and cells in blue If Draw Layout Table & Draw Layout Cell buttons aren’t accessible, press ALT + F6

Layout Mode Rulers provide a visual cue for positioning and resizing layers or tables – use them to help approximate cell width and height and cell location within a table When you draw cells of different sizes in Layout Mode, Dreamweaver creates extra cells in the HTML table to fill in the spaces

Creating a Table in Layout Mode Draw Layout Table button Draw Layout Cell button Layout mode Layout category Table width & Height Layout Cell Handles indicate cell is selected

Head Content & HC Elements HTML files consist of two main sections: head section and body section The tags are: <head> and <body> Head content is found in the Insert Menu Head section consists of site and page information With the exception of the title the info contained in the head section is not displayed in the web browser Keywords: are a list of words that someone would type into a search engine field Description: Contains a sentence or two that can be used in a search engine’s results page