UNLEASH THE UNTOLD

To help narrow down your development or troubleshooting needs, let me know: Are you trying to on a live server?

Because .shtml files require a server to process the #include commands, you cannot simply open the file in your browser from your desktop like a regular .html file.

<!DOCTYPE html> <html> <head> <title>My SHTML Page</title> </head> <body> <!--#include virtual="/includes/header.html" --> <main> <p>This is the unique content of this page.</p> <!--#echo var="DATE_LOCAL" --> </main> <!--#include virtual="/includes/footer.html" --> </body> </html>

0
Would love your thoughts, please comment.x
()
x