Like library items, server-side includes are selected as a whole unit in the Document window. Unlike library items, the HTML contained in an include does not appear in the HTML inspector. Instead, the actual server instruction appears, looking like this:
<!--#include virtual="/uber/html/footer.html" -->
To edit the content associated with the included file, you must open the file.
To edit a server-side include:
1 | Select the server-side include in either the Document window or the HTML inspector and then click Edit in the Property inspector. |
The included file opens in a new Document window. | |
2 | Edit the file as necessary and save. |
The changes are immediately reflected in the current document and in any subsequent document you open that includes the file. | |
![]() |