Forum Moderators: open
Find:
original phrase just before you want to add something.
Replace:
original phrase just before you want to add something. With new text added behind it. It will replace the original phrase with the original phrase plus all the text you add after it in the replace box.
If you're not familiar with php, SSI include commands are a very quick and easy way to pull external text files into your code. Just use the <include file=""> tag, and put the header/navigation/footer html code in a text file that you call with the include tag.
You may also need to add a line to your .htaccess file to allow .html files to be server parsed:
AddHandler server-parsed .html .htm