
dlo_itools
Staff

Jul 15, 2002, 9:54 AM
Post #2 of 2
(1936 views)
Shortcut
|
|
Re: [belloc] Customised and lost content on right column
[In reply to]
|
Can't Post
|
|
It looks like your web server is not handling the Server Side Include statements, since they still appear in their raw form when I did a View-Source. <!-- INCLUDE SEARCH FORM --> <!--#include file="search_form.html" --> <!-- INCLUDE TOP HEADLINES (from each category) --> <!--#include file="headlines_bycat.html" --> Try changing the "#include file" to "#include virtual" (some web servers are finicky about that) in the template. If that still doesn't work, check with your Web Host admin and ask them whether server side includes are enabled by default. /Dave Lo
|