View Single Post
  #3  
Old 08-03-2007, 06:34 PM
Shoe Lace Shoe Lace is offline
Senior Member
 
Join Date: Sep 2004
Posts: 585
Default Re: Question re CSS, HTML & navbars

Just use SSI. Ex.

header.php
content.php
footer.php
navigation.php

Inside the header file you have your navigation file. Then your content pages include the header and footer.

Use CSS to style everything.
Reply With Quote