Templates?

OK, how do I set up a page/template so that it calls another html file for part of the page? I'd like to have my navigation easily changed by modifying one file instead of 30+ files.<br />
<br />
Can someone please point me in the right direction?<br />
<br />
I'm hosted on UNIX.<br />
<br />
<br />
Thanks!<br />
DM<!--content-->you'd have to use server-side scripting (PHP, ASP, etc.) for that.<!--content-->...which means that your host must offer it as a feature. you don't need a database for that, but once you start working with server-side stuff, you'll eventually want one.<!--content-->
 
Back
Top