Page 1 of 1

Problem getting <!--include . . . . . --> to work

Posted: Mon Jan 30, 2012 3:40 pm
by Clarence
:( I created a header_menu.shtml . I want to use it on my different web pages. I can't get it to show. I've included it in the body section of the the new page right after the /head .. I know its probably something simple but for me right now its driving me crazy. What's missing? or is this the wrong place to place it ?

Re: Problem getting <!--include . . . . . --> to work

Posted: Mon Jan 30, 2012 4:29 pm
by spaceace
this should be all you need
Code: Select all
<!-- INCLUDE blabla.html -->

Re: Problem getting <!--include . . . . . --> to work

Posted: Mon Jan 30, 2012 7:57 pm
by spaceace
you might have to use something like this... but not sure as i have not tested it ;)
Code: Select all
<!--#include file="blabla.shtml"-->

Re: Problem getting <!--include . . . . . --> to work

Posted: Mon Jan 30, 2012 8:04 pm
by Clarence
Grrrrrrrrr.... I'm so stupid!!!!!
My include statement is written wrong.
<!-- INCLUDE header_overall.html--> should be <!--INCLUDE file=header_overall.html-->