Flare 7 template file: bad preview and added H1

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
crdmerge
Sr. Propeller Head
Posts: 248
Joined: Tue Dec 16, 2008 5:37 am

Flare 7 template file: bad preview and added H1

Post by crdmerge »

In Flare 7, I created a template file that contains two snippets and two paragraphs.

When I create a new topic using that template:
1. The Preview is woefully inaccurate.
2. Flare adds the topic filename as an H1 heading to the top of the new topic (above the first snippet).

TEMPLATE SOURCE CODE

Code: Select all

    <body>
        <MadCap:snippetBlock src="Resources/Snippets/CRLogoSnippet.flsnp" />
        <MadCap:snippetBlock src="Resources/Snippets/IMSOpenHeadSnippet.flsnp" />
        <p class="OpenPageHeading">[MyProject] Topics</p>
        <p>Delete this text, and then replace it with your own content.</p>
    </body>
NEW TOPIC SOURCE CODE

Code: Select all

    <body>
        <h1>Topic5</h1>
        <MadCap:snippetBlock src="Resources/Snippets/CRLogoSnippet.flsnp" />
        <MadCap:snippetBlock src="Resources/Snippets/IMSOpenHeadSnippet.flsnp" />
        <p class="OpenPageHeading">[MyProject] Topics</p>
        <p>Delete this text, and then replace it with your own content.</p>
    </body>
There's probably no workaround other than to delete the H1 block and submit a bug report. :|


Leon
Post Reply