1) Script Title:
How TO - Include HTML
2) Script URL (on DD):
https://www.w3schools.com/howto/howto_html_include.asp
3) Describe problem:
doesn't work. I have included the code below of my test program and the include file "header3.html". When I run it, the included file is not shown. When I put the header3.html code into the program, it shows up fine.
Thanks for any help.
and the header3 fileHTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Lake Oconee Tennis Association</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="w3data.js"></script> </head> <body> <div w3-include-html="header3.html"></div> <script>w3IncludeHTML();</script> <div> <p style="color: #006633; font-weight: bold; margin-left: 6px; width: 91%"> <span style="font-size: 18px">Mission Statement:</span> <span style="font-size: 16px; font-style: italic"> LOTA represents the Lake Oconee Area with members from Greene, Putnam, Morgan, and Baldwin Counties. Our purpose and objective is to create, develop, maintain and promote tennis in our community. Our goal is to provide tennis opportunities and programs, where we all have fun, play good matches, and benefit from physical activity. </span> </p> </div> </body> </html>
HTML Code:<div> <span style="width:15%; text-align:center; float:left"> <img src="lotalogo.jpg" width="195" height="187" alt="LOTA logo" /> </span> <p style="width:61%; font-family: arial black; text-align:center; color:blue; float:left"> <span style="font-size:40px; font-style:italic"> Lake Oconee Tennis Association<br /> </span> <span style="font-size:16px; text-align:center; vertical-align:top; color:black"> PO Box 58, Greensboro, GA 30642 </span> </p> <div> <span style="width:20%; text-align:right; float:left; margin-left: 10px"> <div id="cont_207c19025454af9f9b8d13576ae36716"> <script type="text/javascript" async src="https://www.theweather.com/wid_loader/207c19025454af9f9b8d13576ae36716"> </script> </div> </span> </div> </div>



Reply With Quote


Bookmarks