View Single Post
  #5 (permalink)  
Old 03-31-2008, 12:52 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,650
Last Blog:
CherryPy(thon)
Rep Power: 29
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default Re: Including header file using HTML

You cannot include other files in plain HTML. You can do it using SSI though.
Code:
<!-- my_include_file.html -->
Hello, World!
Code:
<!-- my_main_file.shtml (note the s-) -->
<!--#include file="my_include_file.html" -->
Other content here...
__________________
05-03-2007 - 11-13-2008
Reply With Quote

Sponsored Links