Subject:
|
Re: Need info on "#include" tag in HTML
|
Newsgroups:
|
lugnet.off-topic.geek
|
Date:
|
Wed, 10 Nov 1999 05:47:33 GMT
|
Reply-To:
|
mattdm@mattdmSPAMLESS.org
|
Viewed:
|
148 times
|
| |
| |
Franklin W. Cain <fwcain@yahoo.com> wrote:
> I need info on the "#include" tag
> (supposedly used to incorporate a separately stored "fragment"
> of common or repeated HTML code into multiple files).
>
> What I (vaguely) remember is:
>
> <!-- #include "my_fragment.h" -->
This is not an HTML tag, but rather an SSI (server side includes) directive.
Well, the "<!-- -->" part is the HTML "comment" tag. But the #include part
isn't. It goes something like this:
<!--#include virtual="myfile.html" -->
It seems like an <INCLUDE> or <EMBED>(1) tag would be a great idea.
(1) that let you embed any type of content, including HTML.
--
Matthew Miller ---> mattdm@mattdm.org
Quotes 'R' Us ---> http://quotes-r-us.org/
|
|
Message is in Reply To:
| | Need info on "#include" tag in HTML
|
| Help! I need info on the "#include" tag (supposedly used to incorporate a separately stored "fragment" of common or repeated HTML code into multiple files). What I (vaguely) remember is: <!-- #include "my_fragment.h" --> Thanks in advance. Franklin (25 years ago, 9-Nov-99, to lugnet.off-topic.geek)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|