How to Find the Right Spot for Your Include

Open your webpage in your HTML editor as you normally do.

Go to the spot where you want your include to display and make a space for it.

Type something in that spot such as MENU or FOOTER.

Save the page and close it.

Now open the page in a text editor such as NotePad.

Use Ctrl F to open the Find dialog box.

In the small window, type the word you added to your page (MENU or FOOTER) and click Find.

In that spot, remove the word and add the command for the include.
<!--#include virtual="/includes/top-menu.htm"-->