Jump to content

External header


navyfalcon

Recommended Posts

External HTML

  how to add a header to all html pages

1. put this in your page

  <script src="https://www.w3schools.com/lib/w3.js"></script>

2. then where ever you want your html code, from the separate file,

   to be included to your page

  <div w3-iinclude-html="header.html"></div>

 

    template

 

	  <! doctype html>
	  <html>
	  <head>
	  <meta http-equiv="content-type....
	  <meta http-equiv="content-language....
	  <meta name=....
	  <title>....
	  <llink rel="stylesheet....
	  <style type="....
	  </style>
	  <script src="https://www.w3schools.com/lib/w3.js"></script>
	  </head>
	  <body background=....
	  <dl>
	  <dt><b><a name="....
	  <div w3-include-html="header.html"></div>
	  <script>w3.includeHTML();</script>
	  </body>
	  </html>
	  

unable to get this to work

any suggestions

thank you

falcon

 

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...