View Single Post
Old 06-02-2003, 03:19 PM  
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
Save your header as header.html and your navigation as nav.html

Then you add this where your header is supposed to be:
< ? include("header.html") ? >

and this where your navigation is supposed to be:
< ? include("nav.html") ? >


(Delete the space inbetween < and ?)
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote