QUOTE(Darin McGrew @ Feb 5 2009, 04:02 PM)

I am not familiar with ASP, but I've done something similar with the HTML preprocessor that I use. Every preprocessor source file includes a common file that defines a bunch of variables, defines the common header that appears at the top of every page, defines the common footer that appears at the bottom of every page, etc.
Thanks for the speedy response!!
I'm not familiar with that at all. I thought maybe something similar could be done in html like how you can anchor a certain part of a page with a "name" and it would just load that piece or how calling out a class or id in a css. Do you have a link to an example of a preprocessor?
Very much appreciated. I have been searching everywhere for a piece of code that may not even exist.