FAQ Builder Help


The FAQ Builder is a Windows application for easily creating FAQ style HTML documents.

 

To use:

 

Options dialog

Use the options dialog to change the default settings for the program and the content of the HTML templates. The default template supports expanding and collapsing the items in the FAQ using JavaScript.

 

The program replaces certain special tags in the templates with their actual value in the program when the HTML file is created. Supported tags are:

 

Tag Usage
<#TITLE> Replaced with the title. OPTIONAL.
<#STYLESHEET> Replaced with the path and name of the style sheet to use. OPTIONAL.
<#Q_IMAGE> Replaced with the path and filename of the question mark image. OPTIONAL.
<#A_IMAGE> Replaced with the path and filename of the exclamation mark image. OPTIONAL.
<#Q_ITEM> Replaced with the content of the current FAQ question. REQUIRED.
<#Q_ITEM> Replaced with the content of the current FAQ answer. REQUIRED.
<#FAQINDEX> Replaced with the ID of the current FAQ item. REQUIRED.