Re: "Includes" in HTML...

At 07:34 25/03/95 +0500, Roberto Canada Abreu LNEC wrote:
>Hi,
>
>Could anybody tell me how to make an include of an external document,
>in a html document?

>Roberto 
>
>+=====================================================================+
>Roberto Canada de Abreu            Email: canada@lnec.pt
>Centro de Informatica              Phone: +351 1 8482131 Ext. 2858
>Laboratorio Nacional de Eng. Civil 
>Av. do Brasil 101
>1799 Lisboa Codex
>Portugal 
>+=====================================================================+ 
><a href=http://aquila.lnec.pt/People/canada.html>Dados pessoais. </a>
>

I'm only familiar with NCSA-HTTPD server-side includes, and I'm not sure if
the CERN server supports them.

You may want to look at the CERN HTTPD 3.0 Guide at
<http://info.cern.ch/hypertext/WWW/Daemon/User/Guide.html>.

In any case, the include statement in an HTML file to include a file is as
follows:

<!--#include file="[filename]"-->

Regards,

Cecilia Farell

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                *                                          *           
           ^ ^  ^  ^^^  ^^^  ^^^  ^^^    ^   ^   ^^^  ^^^  ^   ^
           ^^^  ^  ^ ^  ^ ^  ^^   ^ ^   ^ ^ ^ ^  ^^   ^  ^ ^  ^^^
           ^ ^  ^  ^    ^    ^^^  ^  ^ ^       ^ ^^^  ^^^  ^ ^   ^

     Web Page Development * WWW and Internet Consulting * Windows Help

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Cecilia Farell * Toronto, Canada * farellc@io.org          
   <a href="http://www.io.org/hippermedia">Hippermedia</a>  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Received on Sunday, 26 March 1995 18:26:23 UTC