I recently took over a website that was created using Dreamweaver. The website is just a simple, static HTML site with no bells and whistles. Every single page has it's own footer section that I want to put into an include file. I tried adding the following line near the bottom of each page...
<!--#include file="footer.htm" -->
...but the footer section does not show up. The include file contains HTML for a Table with two simple rows, the include line is before the </body> tag of each page, and I have copied the footer.htm include file to the web server. What on Earth could I be missing?
<!--#include file="footer.htm" -->
...but the footer section does not show up. The include file contains HTML for a Table with two simple rows, the include line is before the </body> tag of each page, and I have copied the footer.htm include file to the web server. What on Earth could I be missing?