[SFF Net Logo]
Home •  Help •  WebNews •  WebMail •  WebChat
People Pages •  Features •  Store •  Member Services •  Join SFF Net
    SFF Net FAQ

Choose a help topic from this list:
(or use the Master Help Index)

   FAQs
   Test your network connection
   Software Setup Instructions
   New to SFF Net?
   Your SFF Net Account

   Newsgroups


   About the Newsgroups
   Using WebNews

   Email


   About SFF Net Email
   Using WebMail

   Chatrooms


   About the Chatrooms
   Using WebChat

   People Pages & Hosted Domains


   Your SFF Net People Page
   Your People Newsgroup
   Blogging Tools
   Hosted Domains

Need more help? Click Here

 

    Skiffy, the SFF Net Wizard

Frequently-Asked Question

How do I use server-side includes (SSI)?

Skiffy says:

    You may include the contents of a text file in any HTML file by adding the code <!--#include file="filename.inc"--> in your HTML file where you want the text file to be inserted. Substitute the name of your own include file for filename.inc in the example above.

    You may want to keep all of your style information in one file and include that at the top of each of your HTML pages. That way when you change the include file's information, the appearance of all of your HTML pages will change immediately. The sample files below illustrate putting the BODY and FONT tags into a file called header.inc:

    Sample index.html page:

      <HTML>
      <HEAD><TITLE>My Home Page</TITLE></HEAD>
      <!--#include file="header.inc"-->
      <H1>Hello!</H1>
      </BODY>
      </HTML>

    Sample header.inc file:

      <BODY BGCOLOR=#FFFFFF TEXT=#000088>
      <FONT FACE="Verdana,Arial" SIZE=2>

 

List of FAQs

 

      Home •  Help •  Search •  Contact Us

Copyright © 1996-2008 SFF Net(tm)  All Rights Reserved
We welcome your Feedback at any time.