Does Webspace support Server Side Includes (SSI)?
Yes. A server side include is a file that is automatically inserted within a requested document as it is sent to the user. Suppose you have a section that is repeated on all pages of your Webspace. You can save disk space and editing time by writing the repeated portion to a file that is then included in all the appropriate documents. The following syntax goes in the HTML of the file which is to contain the included file include.html: (if the file is in the same folder) (anywhere in your Webspace using the full filename [where foldername is your Webspace folder name]) The file containing the SSI syntax must have an .shtml file extension.