Scripting: html inlcude tags

started by Itsdanny on Aug 5, 2004 — RSS Feed

Itsdanny Itsdanny
Posts: 8

Hi i have a html page, which i'm trying to get another html page to be included in (containing images) i have the line
<!--#include file="../images/banner.htm"--> but it doesn't appear on the page. Is this bit of code correct, it's what i'd normaly use on an ASP page and it would work fine. I've read you can include them but for some reason it aint working. thanks for any tips
Dan

Joe Gillespie Joe Gillespie
Posts: 528

It will only work if your server is configured for Server Side Includes

http://www.carleton.ca/~dmcfet/html/ssi.html

You must login to reply