Flare Topic Titles, Topic Headings, and TOC Labels

If you create Flare topics and TOCs outside of the Flare application, it is a good idea to learn the differences between topic titles, topic headings, and TOC entry labels. In the Flare UI, when you drag a topic from a Content folder to a TOC in the TOC Editor, the topic is added to… Continue reading Flare Topic Titles, Topic Headings, and TOC Labels

Flare Topics (part 1)

Topics in a Flare project are XML files. Here is the markup for a basic topic file in a Flare project: <?xml version=”1.0″ encoding=”utf-8″?> <html xmlns:MadCap=”http://www.madcapsoftware.com/Schemas/MadCap.xsd”> <head> <link href=”Resources/Stylesheets/FlareAutomationBookStyles.css” rel=”stylesheet” type=”text/css” /> </head> <body> <h1>Topic Title</h1> <p>Delete this text and replace it with your own content.</p> </body> </html> The first line is called the XML… Continue reading Flare Topics (part 1)