Body running under the footer

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
LisaLiel
Propeller Head
Posts: 18
Joined: Mon Dec 02, 2024 6:32 am

Body running under the footer

Post by LisaLiel »

I'm having a problem where the bottom of my topics are getting cut off by the footer. For example, I have this at the end of a topic:
topic.png
And what I get in the HTML output is this:
weboutput.png
I've lost an entire line and a half.

This is what the body of the master page looks like:

Code: Select all

    <body>
        <MadCap:breadcrumbsProxy />
        <MadCap:topicToolbarProxy style="mc-topic-toolbar-items: CollapseAll ExpandAll;" />
        <MadCap:bodyProxy />
        <div class="home-footer">
            <MadCap:pageFooter class="OddPage">
                <table style="width: 100%;border-collapse: collapse;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-left-style: solid;border-left-width: 0px;border-left-color: #c0c0c0;border-right-style: solid;border-right-width: 0px;border-right-color: #c0c0c0;border-top-style: solid;border-top-width: 0px;border-top-color: #c0c0c0;border-bottom-style: solid;border-bottom-width: 0px;border-bottom-color: #808080;margin-left: 0;margin-right: auto;mc-table-style: url('../TableStyles/PrintBasic.css');" class="TableStyle-Table_lightL2" cellspacing="0">
                    <col style="width: 100%;" class="TableStyle-Table_lightL2-Column-Column1" />
                    <tbody>
                        <tr class="TableStyle-HDLSTable_lightL2-Body-Body1">
                            <td style="text-align: center" class="TableStyle-Table_lightL2-BodyA-Column1-Body1"><span style="font-family: 'Sans Web Medium'; font-size: 1em">©Copyright: <MadCap:variable name="Document_Rel.DocYear" /> - **************** *****&#160;|&#160;&#160;<a href="../../Documents/serAssistance.htm">About this User Assistance </a>| <a href="../../HTML/ContactUs.htm">Contact Us</a></span>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </MadCap:pageFooter>
        </div>
    </body>
This is a master page I've inherited. There's a ton of inline styling that I probably wouldn't have used. And I can't tell if that's the source of the overlapping.
You do not have the required permissions to view the files attached to this post.
NorthEast
Master Propellus Maximus
Posts: 6426
Joined: Mon Mar 05, 2007 8:33 am

Re: Body running under the footer

Post by NorthEast »

I would check what CSS is used for div.home-footer.

Also, the MadCap:pageFooter style is intended to be used for footers in Word outputs, not for HTML5 outputs.
Post Reply