The first thing is that to use include pages you really need to have you page set up in tables. If you are unfamiliar with this look here http://www.outfront.net/frontpagetables.htm and play around with them a bit first.
To give a simple example, suppose you want a page in three parts - a title bar at the top, a left navigation bar and the main body of the page. This is how you might proceed.
1. Open a new page, save it. We will call it template.htm
2. Make a table 100% wide, with two rows.
3. Split the second row into two columns.
4. In the left cell of the lower row right click and choose cell properties. Set it's width to 150 pixels. This is the width you want for your nav bar.
5. In the right cell of the lower row right click and choose cell properties. Untick the width box.
What we have done here is create a layout that will resize in various resolutions and window sizes.
6. Open another page. Save as header.htm. Put whatever logo etc you want at the top of the pages in your site in this page. Save.
7. Open another page. Save it as navbar.htm. Put your left navigation as you want it on the pages in here. Save.
8. Now go back to template.htm. Place your cursor in the top cell. Click Insert>IncludePage and browse to your header.htm. Select it, click ok. In it goes to your template page.
9, Repeat the procedure to insert navbar.htm in the left cell of the lower row in your template page. Save template.htm.
10. Now anytime you need a new page in your site just open your template.htm, click File>Save as and save it in the name of your new page - viola, a ready set up page with everything in place.
To make changes to navbar.htm or header.htm you only have to open them, make your cahnges and the changes will appear on every page in which they have been included.
This is a very very simple page set up but play around with including pages and you will see that it is a powerful management tool.
Do a few sample pages and get the feel for what you can acheive.
------------------
Katherine
InKK Design
LinKKs - Kilkenny's Online Magazine
-*-*-*-*-*-*-*-*-*-*
"Dogs have owners, cats have staff!"
[This message has been edited by abbeyvet (edited 04-01-2001).]