Click to See Complete Forum and Search --> : making a rolling change
mikeylap
10-16-2003, 09:35 PM
My question is this, what is the best way for you to have a web site that all the common information is imported in to each page. For example; if all the pages have the same links list and you want to change on of the links. Instead of changing all the pages one by one, you change one common file and it changes all the pages.
Thanks for whatever help I get.
Mike
ennui
10-16-2003, 10:03 PM
i think dreamweaver has a template thing you can set so it does that other than that not sure sorry
PeOfEo
10-16-2003, 10:49 PM
Use an iframe. Make a page with all the links and then on each page put the iframe code...
<iframe src="url" name="name" frameborder="0"><a href="url">Your browser doesnt support me</a></iframe>
Or make one page with all of your links and menus and have the content open in the middle such as what I did with my site www.clanknights.vze.com.
Or you can use server side includes.