From the Menu
Insert
Web Component
Included Content
Page
The page you select has the code you want included as a complete page, i.e.
it has the correct structure of
<html>
<head>
</head>
<body>
</body>
<html>
A example is on
http://trevorl.mvps.org/ratec/ where the footer displays on
each page
The generated code is:-
<!--webbot bot="Include" U-Include="footer.html" TAG="BODY" startspan -->
<div id="footer">
<div style="float:left">
Copyright © 2007 The Retired ACT Transport Employees Club Inc.</div>
<div align="right">
Last Updated: 20 July 2008</td>
</div>
</div>
<!-- === End div id="footer" === -->
<!--webbot bot="Include" i-checksum="52546" endspan -->
Note that what is included is everything between <body> and </body> on the
file "footer.html"
On this site, I also have an included sidebar, which has links such as you
want.