My web page is split into several pieces(html files). I am trying to include everything in on
<!--#include file="../handlers/test_header.html" -->
<!--#include file="../handlers/test_body.html" -->
<!--#include file="../handlers/test_footer.html" -->
This doesn’t work out. Is there an easier way to do it?
If you use SSI try this code, if not you must enable SSI on your server