jy61
04-10-2003, 10:38 PM
Hi. I'm creating some pages using SSI include tags, and for some reason the text isn't showing up. I've gone over this repeatedly, and maybe I'm missing something with my bleary eyes. Any help?
Here's the code for an example page with the SSI tag, highlighted in red:
<HTML>
<HEAD>
<TITLE>Photos</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF" >
<CENTER>
<TABLE WIDTH="600" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR VALIGN=TOP>
<TD WIDTH=490 ALIGN=LEFT COLSPAN="3">
<BR CLEAR=ALL>
<IMG SRC="images/1/eyes1.jpg" ALIGN=RIGHT ALT="" WIDTH=330 HEIGHT=261 HSPACE=10 VSPACE="0" BORDER="0">
<FONT FACE="ARIAL, HELVETICA" SIZE="-1"><A HREF="photos10.htm">Previous</a></font> |
<FONT FACE="ARIAL, HELVETICA" SIZE="-1"><A HREF="photos12.htm">Next </a></font><BR>
<blockquote><A HREF="photos10.htm"><IMG SRC="images/parrowl.gif" WIDTH="15" HEIGHT="27" BORDER="0"></A>
<A HREF="photos12.htm"><IMG SRC="images/parrowr.gif" WIDTH="15" HEIGHT="27" BORDER="0"></A><BR><BR></blockquote>
<BR>
<FONT FACE="ARIAL, HELVETICA" SIZE="-1">Just look at those eyes!<P>
<BR>
<BR>
<font face=arial size=-2><a href="album.htm">BACK TO FRONT</A></FONT>
</TD>
<TD WIDTH=10>
</TD>
<TD WIDTH=100 ALIGN=LEFT COLSPAN="1">
<!--#include file="rail1.html" -->
</TD>
</TR>
<TR VALIGN=TOP>
</TABLE>
</CENTER>
</BODY>
</HTML>
Here's the code of the file "rail1.html", which is the same folder:
<html>
<head>
</head>
<BODY BGCOLOR="#000000" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF" >
<B>
<font face=arial size=-1><a href="photos.htm">THE EARLY YEARS</A></FONT>
</B>
<BR>
<font face=arial size=-2><a href="photos27.htm">1999-2000</A></FONT>
<BR>
<font face=arial size=-2><a href="photos44.htm">2001 AND BEYOND</A></FONT>
</body>
</html>
Thanks. I realize this is basic stuff.
Here's the code for an example page with the SSI tag, highlighted in red:
<HTML>
<HEAD>
<TITLE>Photos</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF" >
<CENTER>
<TABLE WIDTH="600" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR VALIGN=TOP>
<TD WIDTH=490 ALIGN=LEFT COLSPAN="3">
<BR CLEAR=ALL>
<IMG SRC="images/1/eyes1.jpg" ALIGN=RIGHT ALT="" WIDTH=330 HEIGHT=261 HSPACE=10 VSPACE="0" BORDER="0">
<FONT FACE="ARIAL, HELVETICA" SIZE="-1"><A HREF="photos10.htm">Previous</a></font> |
<FONT FACE="ARIAL, HELVETICA" SIZE="-1"><A HREF="photos12.htm">Next </a></font><BR>
<blockquote><A HREF="photos10.htm"><IMG SRC="images/parrowl.gif" WIDTH="15" HEIGHT="27" BORDER="0"></A>
<A HREF="photos12.htm"><IMG SRC="images/parrowr.gif" WIDTH="15" HEIGHT="27" BORDER="0"></A><BR><BR></blockquote>
<BR>
<FONT FACE="ARIAL, HELVETICA" SIZE="-1">Just look at those eyes!<P>
<BR>
<BR>
<font face=arial size=-2><a href="album.htm">BACK TO FRONT</A></FONT>
</TD>
<TD WIDTH=10>
</TD>
<TD WIDTH=100 ALIGN=LEFT COLSPAN="1">
<!--#include file="rail1.html" -->
</TD>
</TR>
<TR VALIGN=TOP>
</TABLE>
</CENTER>
</BODY>
</HTML>
Here's the code of the file "rail1.html", which is the same folder:
<html>
<head>
</head>
<BODY BGCOLOR="#000000" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF" >
<B>
<font face=arial size=-1><a href="photos.htm">THE EARLY YEARS</A></FONT>
</B>
<BR>
<font face=arial size=-2><a href="photos27.htm">1999-2000</A></FONT>
<BR>
<font face=arial size=-2><a href="photos44.htm">2001 AND BEYOND</A></FONT>
</body>
</html>
Thanks. I realize this is basic stuff.