|
|
Nanook
regular
Reg'd: Tue
Posts: 995
Loc: South East England
|
Re: minor help with my website please?
Wed Mar 23 2005 07:04 PM
|
|
|
You can use either SSI or PHP to include a seperate html file. If you use PHP then the code is
<?php include(page.html); ?>
So save the navigation file (nav.html for instance) and then on each page tell it to include nav.html.
The same applies for SSI, with some different code
Nav.html should not have head, body tags, only the HTML you want to be added to the page it will be included in. Place either of the above where you want the file to be shown.
*Nanook http://www.bains007.co.uk
|
|
|
|
|