| | 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)
|
|
| | Re: Need info on "#include" tag in HTML
|
|
keyed "altavista" into browser url window... keyed "what about the html tag include" into search window about a million matches... number two was (URL) time <30 seconds, I love altavista :?) bishop Franklin W. Cain wrote in message ... (...) (25 years ago, 10-Nov-99, to lugnet.off-topic.geek)
|
|
| | Re: Need info on "#include" tag in HTML
|
|
(...) 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 (...) (25 years ago, 10-Nov-99, to lugnet.off-topic.geek)
|