Problem getting <!--include . . . . . --> to work
Problem getting <!--include . . . . . --> to work
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 ?
Last edited by Clarence on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
One sure way to make your dreams come true . . . . WAKE UP !
Re: Problem getting <!--include . . . . . --> to work
this should be all you need
Code: Select all
<!-- INCLUDE blabla.html -->
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: Problem getting <!--include . . . . . --> to work
you might have to use something like this... but not sure as i have not tested it
Code: Select all
<!--#include file="blabla.shtml"-->
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: Problem getting <!--include . . . . . --> to work
Grrrrrrrrr.... I'm so stupid!!!!!
My include statement is written wrong.
<!-- INCLUDE header_overall.html--> should be <!--INCLUDE file=header_overall.html-->
My include statement is written wrong.
<!-- INCLUDE header_overall.html--> should be <!--INCLUDE file=header_overall.html-->
Last edited by Clarence on Tue Feb 26, 2013 10:30 am, edited 3 times in total.
One sure way to make your dreams come true . . . . WAKE UP !