Hi all,
I'm trying to find a shorter way to include my main navigation links to every HTML pages of mine.
Instead of copy and paste all of them to every new page, I'm looking for a way to just create the main navigations once, then call it whenever a new page is created.
For example, in ASP, <!--#include file="xxx.html"--> is used to add the particular page to the new page.
Thanks!
I'm trying to find a shorter way to include my main navigation links to every HTML pages of mine.
Instead of copy and paste all of them to every new page, I'm looking for a way to just create the main navigations once, then call it whenever a new page is created.
For example, in ASP, <!--#include file="xxx.html"--> is used to add the particular page to the new page.
Thanks!