Forum Moderators: mack
The basic idea is that you create an HTML file that contains just the HTML needed to render the repeated content --- no <HTML>, <HEAD>, or <BODY> tags.. just the actual content and markup.
Example: (cut and paste the following to a file and name it "copyright.htm")
<hr>
<center>
<b>MY COMPANY</b><br>
123 Main St., Sometown, ST 12345<br>
Tel: 555-1212<br>
<small>
Copyright ©2006 My Company, all rights
reserved<br>
</small>
</center>
<hr>
Next, in any document you want the copyright notice to appear, you use the following;
<!--#include file="copyright.htm" -->
NOTE: the content of the HTML file (copyright.htm) will be inserted into the page at the point where the include directive appears.
For more info, search the web for "server side includes" or "SSI".
.
Set it to disallow symbols. I don't know what symbols are but allowing them gives weird results.
You tell it a directory and it will search and replace a text string in as many files as you like and you can select them by extension. Its what I would use, and its free unless you choose to pay for it.