Is it possible, and if so how, to insert html into my html document like how this statement works for stylesheets??
Code:
<LINK href="StyleSheet.css" type="text/css" rel="stylesheet">
The problem is I have a section of HTML code that is the same in every page and if I want to change it it would mean going thro every file and changing each file. My thort of the solution would be if I could put this repeated code in a seprate file then in all my other files I would put something like the satement above to import it.
Any ideas??

Thanx