2 Replies - 1289 Views - Last Post: 15 October 2005 - 12:07 PM

#1 apssinc  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 15-October 05

HTML

Post icon  Posted 15 October 2005 - 04:31 AM

:sleepy:
I need to know how to call other html page within my index page on the header:
This is how I call but it did not show up on my index page
<html>
<head>


<?html
require "ssi-title-meta.html";
?>

<?html
require "ssi-javascript.html";
?>

<?html
require "ssi-preload-images.html";
?>

</head>


Thank you.

Is This A Good Question/Topic? 0
  • +

Replies To: HTML

#2 Amadeus  Icon User is offline

  • g+ + -o drink whiskey.cpp
  • member icon

Reputation: 247
  • View blog
  • Posts: 13,505
  • Joined: 12-July 02

Re: HTML

Posted 15 October 2005 - 07:02 AM

Are you using php (or another scriptng language) to include, or is your site simply using HTML?
Was This Post Helpful? 0
  • +
  • -

#3 Arbitrator  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 37
  • View blog
  • Posts: 525
  • Joined: 26-January 05

Re: HTML

Posted 15 October 2005 - 12:07 PM

Based on your file names, I would guess that you're trying to use SSI. Try using this line of code instead (it's worked for me):

<!--#include file="included.html" -->

And read this related article so you know how it works and can troobleshoot:

http://www.htmlgoodi...cle.php/3473341

This post has been edited by Arbitrator: 15 October 2005 - 12:08 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1