Structure Bars. Tag Bar

Similar documents
USER GUIDE MADCAP FLARE Tables

ICT IGCSE Practical Revision Presentation Web Authoring

INFS 2150 Introduction to Web Development

c122sep2214.notebook September 22, 2014

INFS 2150 Introduction to Web Development

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

INFS 2150 / 7150 Intro to Web Development / HTML Programming

ICT IGCSE Practical Revision Presentation Web Authoring

Deccansoft Software Services

HTML Markup for Accessibility You Never Knew About

OVERVIEW. How tables are structured. Table headers. Cell spanning (rows and columns) Table captions. Row and column groups

Table-Based Web Pages

HTML and CSS COURSE SYLLABUS

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

COMP519: Web Programming Lecture 4: HTML (Part 3)

HTML: Parsing Library

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

Introducing Web Tables

Summary 4/5. (contains info about the html)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

Chapter 5. Introduction to XHTML: Part 2

CSC 121 Computers and Scientific Thinking

Dreamweaver CS3 Concepts and Techniques

HTML: Parsing Library

The Hypertext Markup Language (HTML) Part II. Hamid Zarrabi-Zadeh Web Programming Fall 2013

Web Development & Design Foundations with HTML5

A Balanced Introduction to Computer Science, 3/E

!Accessibility Issues Found

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1

Use Table Styles to format an entire table. Format a table. What do you want to do? Hide All

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

Chapter 9 Table Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

To learn more about the Milestones window choose: Help Help Topics Select the Index tab and type in the feature. For Example toolbox.

Web Programming Week 2 Semester Byron Fisher 2018

HTML Images - The <img> Tag and the Src Attribute

Title: Jan 29 11:03 AM (1 of 23) Note that I have now added color and some alignment to the middle and to the right on this example.

HTMLnotesS15.notebook. January 25, 2015

Student, Perfect Midterm Exam March 24, 2006 Exam ID: 3193 CS-081/Vickery Page 1 of 5

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Introduction to Microsoft Word 2010

HTML-5.com itemscopehttp://data-vocabulary.org/breadcrumb<span itemprop="title">html 5</span> itemscopehttp://data-vocabulary.

Center for Faculty Development and Support Making Documents Accessible

Here are the topics covered in this tutorial:

Touring the Workspace Guide

Adobe Dreamweaver CS4

WCAG2-AA accessibility report for

WCAG2-AA accessibility report for

WCAG2-AA accessibility report for

Tables *Note: Nothing in Volcano!*

Html basics Course Outline

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

@namespace url( /* set default namespace to HTML */ /* bidi */

MS Word Basics. Groups within Tabs

Index. CSS directive, # (octothorpe), intrapage links, 26

Microsoft Word Handout

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Advanced Table Styles

MadCap Flare Version 9

Chapter 4 Notes. Creating Tables in a Website

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer

Dreamweaver MX Overview. Maintaining a Web Site

Lecture 08. Tables in HTML. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

Schoolwires Editor Best Practices. Schoolwires Centricity2

Lesson 15 Working with Tables

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

ATL Transformation Example

Computer Nashua Public Library Introduction to Microsoft Word 2010

Lesson 15 Working with Tables

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

A Guide to Quark Author Web Edition 2015

Launch old style dialogue boxes from the dialogue box launchers at the bottom of the ribbon.

IT350 Web and Internet Programming. XHTML Tables and Forms (from Chapter 4 of the text 4 th edition Chapter 2 of the text 5 th edition)

Wireframe :: tistory wireframe tistory.

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23

Macromedia RoboHelp Course Outline

Page Layout Using Tables

WCAG2-AAA accessibility report for

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties

Running head: WORD 2007 AND FORMATING APA PAPERS 1. A Brief Guide to using Word 2007 to Format Papers in the Publication Style of the American

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

Microsoft Office Word 2016 for Mac

Classic Apps Editor Best Practices

Creating Accessible Microsoft Word 2003 Documents Table of Contents

Evaluation of alignment methods for HTML parallel text 1

TUTORIAL MADCAP FLARE Getting Started

Advanced Web Programming C2. Basic Web Technologies

P3e REPORT WRITER CREATING A BLANK REPORT

LING 408/508: Computational Techniques for Linguists. Lecture 14

Joomla! Advanced Content Editing January 11, 2018

Layout Manager - Toolbar Reference Guide

Information Systems Center. FrontPage 2003 Reference Guide for COMM 321 & 421

MadCap Flare Training

Name Related Elements Type Default Depr. DTD Comment

The most important layout aspects that can be done with tables are:

Advanced HTML Scripting WebGUI Users Conference

Quark XML Author October 2017 Update with Business Documents

A website is a way to present your content to the world, using HTML to present that content and make it look good

Transcription:

C H E A T S H E E T / / F L A R E 2 0 1 8 Structure Bars The XML Editor provides structure bars above and to the left of the content area in order to provide a visual display of the topic tags and structure. These bars provide you with information about your content without having to view all of the tags mixed within the text. There are two types of structure bars: tag bars and span bars. Tag Bars Tag bars are displayed to the left of the content area. They show the different tags for your chunks of content. To open and close these bars, click at the bottom of the XML Editor. Tag Bar html body [content] This is the broadest tag in a content file, which controls the formatting of the entire file. It is displayed on the far left of the structure bars. Within an <html> tag is the <body> tag. Because the <body> tag is contained within the <html> tag, it is shown to the right of the <html> tag in the visual structure. Within the <body> tag are one or more tags that represent the various kinds of content in your topic. For example, a first-level heading might have an "h1" label, which means that the paragraph shown to the right of it is using an <h1> tag. Regular paragraphs show <p> tag bars next to them. A numbered list shows an <ol> (ordered list) tag, and within that tag are multiple list <li> tags that represent each numbered item. 1

Table Tag Bars Tags for tables, rows, and the content within them are also represented by tag bars. The main <table> tag represents the entire table. Tag Bar caption col colgroup tbody td tfoot th This tag lets you modify the table caption, which is a short title or description of the table's purpose. When inserting or editing a table, you can add a caption above or below the table. This tag lets you group together attribute specifications for table columns. The <col> elements are empty and serve only as a support for attributes. They may appear inside or outside an explicit column group (i.e., <colgroup> element). This tag lets you group columns together structurally. The number of columns in the column group may be specified by using the element's <span> tag or by the <col> element, which represents one or more columns in the group. This tag lets you modify the main rows in a table (i.e., not the header or footer rows). Each <tbody> tag must have at least one <tr> tag within it, which is used to represent a single row. This tag lets you modify the data (or content) in the primary cells of a table. When you press Enter after the first paragraph in a table cell, a paragraph <p> tag is added inside each <td> tag in that cell. This tag lets you modify a footer row in a table. When a table requires multiple pages in print layouts and outputs, the footer row is placed at the bottom of the last page. Each <tfoot> tag must have at least one <tr> tag within it, which is used to represent a single row. This tag lets you modify the header content in a table. 2

Tag Bar thead tr [content] This tag lets you modify a header row in a table. When a table requires multiple pages in output, the header row is repeated by default at the top of each page. Each <thead> tag must have at least one <tr> tag within it, which is used to represent a single row. This tag lets you modify single rows that are contained within <tbody>, <tfoot>, and <thead> tags. Within the table tags you may see other types of tags such as <p>, <ul>, or <li> (paragraphs, lists), depending on the types of content you add to those rows. 3

Span Bars Span bars are displayed at the top of the content area. They show formatting tags at the character level. To open and close these bars, click in the local toolbar at the bottom of the XML Editor. Span bars are especially useful when working with cross-references ("MadCap:xref" labels) or hyperlinks ("a" labels). Table column bars are grouped with the span bars, being displayed above them in the XML Editor. 4

Taking Action on Structure Bars Not only do structure bars let you see the tags for content, but you can also perform numerous tasks by using them. Action Select Options Select Content Move Tag Bars If you right-click on a structure bar, a context menu opens. From the menu, you can select from several options to take action on the content associated with that structure bar. If you left-click on a structure bar, the corresponding content is selected in the editor. You can SHIFT-click on structure bars to extend the current selection to that content block. If you select multiple blocks of content, all of the structure bars involved in that selection are highlighted in blue. If an entire block is included in the selection, the structure bar is shaded in darker blue. If blocks are partially selected, those structure bars are shaded in lighter blue. If you left-click on tag bars, you can drag them up or down. If you left-click on table column bars (in the span bar area), you can drag them left or right. In this way, the chunks of topic content can easily be repositioned. In addition, you can click on the borders between column and row bars and drag the mouse to resize individual columns and rows. 5