How to insert html page into another page?
Hello,
Let's say you have a top.html and you want to insert it into index.html.
What are some ways to do this?
I tried these 3 lines of code, but they did not work.
<!--#include virtual="top.html">
<?include "top.html"?>
<?php include("top.html"); ?>
Thank you,
Fatfoo
|