Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<b>Include Files - How can I use SSI on a html page.</b>

Status
Not open for further replies.

210760

Programmer
Dec 15, 2002
1
GB
Is there any proven method to place include files on HTML page. I have tried <!--#include file=&quot;some.shtml&quot;--> it did not work.

Can anyone help?
Thanks
 
I believe Include is ASP specific so it won't work in an HTML page.

You would need to use something like a javascript link tag

<LINK rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;include/stylesheet.css&quot; title=&quot;style1&quot;>

for instance.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top