Stackoverflow.com
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, the separate file,
to be included to your page:
<div w3-include-html="header.html"></div>
template:
[ code]
<!doctype>
<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>
[/code]
I tried this "template (or the web site)" and the external html
did not work
what did I do wrong or forget
is there a better way
THANK YOU
falcon
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, the separate file,
to be included to your page:
<div w3-include-html="header.html"></div>
template:
[ code]
<!doctype>
<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>
[/code]
I tried this "template (or the web site)" and the external html
did not work
what did I do wrong or forget
is there a better way
THANK YOU
falcon