Slide Files

Each image file (*.gif, *.jpg) has a corresponding slide file which contains information about the image. The slide file is automatically created for each image file, if it doesn't already exist. A slide file is an HTML file which has the same base name as the image file.

Slide files are always be kept in the same directory as their corresponding image files. If the image file is moved to a different directory, the slide file must be moved along with it. One of the advantages to keeping information in slide files (as opposed to a central database) is that when the image file is moved to a new location, all of its descriptive information can easily be moved along with it by simply moving its corresponding slide file.

Slide files contain the following information about their corresponding images:

The Title, Description, Keyword list, and Sort order can be modified using one of the utilities that are provided to edit slide information easily. The easiest way to modify this information is to right-click on the image file from Windows Explorer and then select "HTML File Info" from the context menu.

Text can be added to the slide file in several ways:

  1. For each image file in a directory, the system looks for a text file with the same base name as the image file and a ".txt" extension. If a text file is found and the slide does not already contain text, the contents of the text file is added to the slide file as preformatted text. The text file is then deleted (optional).

  2. The user may manually edit the slide file to add preformatted text or text with HTML formatting. See the section below entitled "Adding Text to Slide Files" for information on how to add text.

There are several utilities that are provided to edit slide information easily.

Adding Text to Slide Files

Each slide file can have one and only one block of text, which will appear below the image when it is viewed. The text may be either preformatted or it may use HTML format tags. It may contain any number of lines. The text block should be added to the end of the file, immediately before the </BODY> tag.

Preformatted Text

To add a single preformatted text block to a slide file, use the following format:

   <PRE>
      Insert your text here
   </PRE>

Text with HTML Formatting

To add a block of formatted text which may contain HTML format tags, use the following format:

   <!-- BEGIN TEXT -->
      Insert your text here
   <!-- END TEXT -->

Note: text with HTML formatting may contain multiple preformatted text blocks as part of the HTML formatting.


Copyright © 1996-1999 Christopher P. LaRosa. All Rights Reserverd.