Is it possible to have more than one SSI on one page? I have one for my navigation and wanted to add another for the copy, but when I put it in it doesn't show up and everything that follows it disppears.
Bernard Marx
10:19 pm on Jun 27, 2006 (gmt 0)
Is it possible to have more than one SSI on one page?
Have as many as you like (..although they are totally unconnected to Javascript)
texmex
11:00 pm on Jun 27, 2006 (gmt 0)
My bets on a syntax error in the "include" line or a syntax error in the second server side include file.
You can even include server side includes in your server side includes if you want. (but still don't do it in javascript :-) )