Add similar headers or footers for all pages

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
MrFranky
Jr. Propeller Head
Posts: 4
Joined: Mon Jan 11, 2021 7:15 am

Add similar headers or footers for all pages

Post by MrFranky »

Hi, I came front some problem with headers.
I created a header, and it does work perfect and looks ok. But I can 't apply the same header for other pages in my doc.
This is my code:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
    <head>
    </head>
    <body>
        <MadCap:pageHeader class="OddPage"> <table style="width: 100%;border-spacing: 2px 2px;"><col style="width: 468px;" /><col /><tbody><tr><td style="text-align: left;">Microsoft Exchange User Manual</td><td style="text-align: right;"><img src="../Resources/Images/company_fin_GRB.png" style="min-height: auto;height: auto;max-height: auto;min-width: 4.76cm;max-width: 4.76cm;" /></td></tr></tbody></table></MadCap:pageHeader>
        <h1 style="mc-redacted: redacted;"><span style="font-family: Quicksand; font-size: 28pt; color: #00293a; mc-redacted: none;">Preface</span>
        </h1>
        <h2><span style="font-family: Quicksand; mc-redacted: none; font-weight: bold;">Welcome</span>
        </h2>
        <h3><span style="mc-redacted: none;">About this Guide</span>
        </h3>
        <p>Thank you for selecting Backup for Microsoft. It ensures that your organization’s data is well protected and always available for swift restore to keep your business operational and your employees productive. We empower end users to correct their own mistakes, and give application administrators, IT leadership and audit team Microsoft the confidence and proof that your data is appropriately backed up, safe and ready for recovery. It strives to build real relationships with our customers and deliver exceptional service.</p>
        <p>We hope this User Guide will help your organization to utilize cloud advancements, aimed at preventing critical business data loss. Our mission is to develop & support advanced software, and to provide better service to our customers. If you ever have a question or need additional help, please contact us at <a href="support@company.com">support@company.com</a> or search our Knowledge Base at <a href="https://support.company.com" style="text-decoration: none;">https://support.company.com</a>.</p>
        <h2>Audience</h2>
        <p>This guide is intended for individuals who administer Backup for Microsoft.</p>
        <h2>What’s in this Guide</h2>
        <p>This guide is organized to help you find the information you need to manage Backup for Microsoft. It is divided into functional parts intended to support you as you manage your environment.</p>
        <h2>Configuration</h2>
        <h3>Prerequisites</h3>
        <p>To administer the Backup for Microsoft environment, the following is required:</p>
        <ul>
            <li>
                <p>	Microsoft for Business</p>
            </li>
            <li>
                <p>Global Administrator account in Microsoft online services (Microsoft, SharePoint Online or Microsoft Azure)</p>
            </li>
            <li>
                <p>Backup for Microsoft subscription</p>
            </li>
        </ul>
        <h1> </h1>
        <h1>Create and Access Your™ Account</h1>
        <h2>Sign Up/Sign In from the Home Page</h2>
        <ol>
            <li>
                <p>In your Internet browser open www.xxx.com and click <b>Log In</b> link.<br />The <i>Sign In</i> page is displayed.<br><p>The Sign In page is displayed.</p></br><img src="../Resources/Images/Sign In to your xxx account.png" style="width: 477px;height: 280px;" /></p>
            </li>
            <li>
                <p>Click <b>Don't have an account</b> link.<br />The <i>Sign Up</i> page is displayed.</p>
                <p>
                    <img src="../Resources/Images/Sign up for 14 Day Free Trial.png" style="width: 517px;height: 303px;" />
                </p>
            </li>
        </ol>
        <p> </p>
        <p> </p>
        <p> </p>
    </body>
</html>
To settle the problem I followed this guide https://help.madcapsoftware.com/flare20 ... -Type1.htm.
But It didn't work.
Hope you can help me.
Post Reply