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" /> - **************** ***** |  <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>