[thelist] SSIs not working inside a <div>

Ken Kogler ken.kogler at curf.edu
Mon Nov 18 00:40:00 CST 2002


I think your problem is with the include statement itself:

> <!--#include virtual="officers1.html" -->

Virtual includes are root-relative, meaning you have to start the URI
with a slash, like this:

  <!--#include virtual="/officers1.html" -->

Or:

  <!--#include virtual="/path/to/file/officers1.html" -->

Try that. If that doesn't clear it up, please post the text of the error
message and we'll be able to dig a little deeper.

HTH!
--Ken

P.S. Don't forget to trim your replies!
     (This goes for everyone...)




More information about the thelist mailing list