|
Not 100% sure what you mean, but I think you're referring to server side includes, where you can have 1 file that has some information, and all the pages are coded to "inlcude" that page when they are shown, if you change that one file, then all the pages reflect that change. There are non-server-side options such as GoLive's components, and I'm sure Dreamweaver has something similar. You can insert this into your page and whenever the page sees this code:
<!--#include file="menu.html"-->
it will write the contents of menu.html (if your server supports it). Google for "Server Side Include" for more detail
Last edited by funkdaddu; 10-27-2005 at 10:15 AM..
|