Foser Posted August 4, 2007 Share Posted August 4, 2007 Alright This is what my file directory looks like images productions includes mainfile.html On my main file .html i include this like: <!--#include file="includes/footer.html" --> Which works fine! Now I have another file in the productions folder. The way I include the footer in the same location as the other footer is this way: <!--#include virtual="/includes/footer.html" --> This does not work! No error message just not there... Could anyone help me Thanks a lot! Link to comment https://forums.phpfreaks.com/topic/63274-html-include-problem/ Share on other sites More sharing options...
RichardRotterdam Posted August 4, 2007 Share Posted August 4, 2007 thats because that's the way you include a file in ASP and you are probably just using the .html extension you can't really include a file in html files unless you use Iframes Link to comment https://forums.phpfreaks.com/topic/63274-html-include-problem/#findComment-315475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.