what Do I Do To Retain The Same Header In All The Pages And Still Linking The Pages

by odohjc
2 replies
  • WEB DESIGN
  • |
Hi Fellow Warriors,
Using Front Page in designing a website is proving difficult to me. I have difficulty in retaining the same header for the pages through linking them. What do I do to successfully link the pages and still retain the header for all the pages instead of designing the pages differently?
odohjc
#header #linking #pages #retain
  • Profile picture of the author captainhass
    Hello,

    I recommend using php script.
    i.e. you write the HTML header code and save it in a php file like header.php
    and include it into all pages.

    You can include this file and it will be displayed in all pages without redesigning the whole thing. And if you want to redesign the header, it will be too easy because you are going to modify it once.

    You can include it in all of your pages using this line of code

    PHP Code:
    <?php include('header.php');?>
    Between the single quotes, you should write the file path to header.php

    *Note: you should save the pages with .php extension

    Just tell me if you have any difficulties.

    All the best
    {{ DiscussionBoard.errors[4549081].message }}
  • Profile picture of the author lconsult
    Have you used FP Navigation Links and Templates?

    Also, I might suggest looking for more specific information on a Front Page forum like FrontPage Talk - Great Talk About Microsoft FrontP
    {{ DiscussionBoard.errors[4559025].message }}

Trending Topics