3.6 <INCLUDE> Tags

If wanted, you may use <INCLUDE> tags within your self replicating web site, which allow you include contents from another file. For example, this allows you to easily place a standard header and footer into every web page of your web site. The HTML tags work very similar to Server Side Includes.

First, upload the files you would like to include to your self replicating web site through the Setup->Manage Web Site menu. Then any where in the web pages of your self replicating web site, place the HTML tag . When someone views a member's self replicating web site, the HTML tag will be automatically replaced with the contents of filename.html.

For example, if you uploaded the web page header.html to your self replicating web site, you could have it automatically included in any other web page by placing the following HTML tag:
<INCLUDE header.htmlt>