Forum Moderators: open
I think what you're looking for is called an include. If you're using HTML then search for .shtml. If you're using some sort of script then you'll need the name of the particular function that calls the file to be included. In PHP, for example, the functions are include() and require().