How do I create a wesite with a framelike structure without using frames or PHP?

  • Thread starter Thread starter B C
  • Start date Start date
B

B C

Guest
I don't know how to use PHP and I don't want to learn. Also, I don't want to use frames.what do i do? post the menu on every page? That would suck...
 
If you're not open to php, I would recommend looking into .shtml. It basically allows you to include html from another page on the page you're working on.

So for example, you would have a menu.html page that you would "server side include" using the following command <!--#include virtual="menu.html"-->.

On every page you put this command, the menu will appear. I think this will help you solve your problem without learning php!
 
Back
Top