Service Footer HTML Code Sample
From LongJump Support Wiki
The Footer HTML code will appears at the bottom of the Login/Logout pages. Custom information, such as Login/logout scripts, can be added in the body of the page.
See also: Service Header HTML Code Sample
<html> <div> <p> </p> <p> </p> <table border="0" cellpadding="0" cellspacing="0" class="sitemap-feature" > <tr valign="middle"> <td align="right" class="normal"><a href="https://www.serviceproviderdomain.com/legal/privacy.htm">Privacy Policy</a> | <a href="https://www.serviceproviderdomain.com/legal/license.htm">Terms of Service</a> <span class="copyright"><a href="https://www.serviceproviderdomain.com/legal/copyright.htm">©</a> 2009 Service Provider. All rights reserved.</span></td> </tr> </table> <tr> <td height="20" align="center"> </td> </tr> </div> </html>