home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
w3_apps
/
qdhelp.arj
/
TPLATE3.QDH
< prev
next >
Wrap
Text File
|
1991-10-05
|
2KB
|
87 lines
//
// template #3 for qdhelp
//
// This is a sample template for use in building
// help files using the QDHELP program. These
// templates give you the basic building blocks
// to quickly put together a help file for your
// programs.
//
//
/topic INDEX
/title Template #3
/para \sa150 \brdrb \brdrth
/text \b\fs40,Template #3
/endpara
/para \li400 \ri400 \sa150 \box \brdrsh
This is template #3 for the QDHELP system. This template
has a large title with a line under it,
then an introductory paragraph. Following
that comes bold topic headings and paragraphs for each
topic.
/endpara
/para \sa150
/text \b\fs30,Topic Heading
/endpara
/para \li400 \ri400 \sa150 \box \brdrsh
This is the topic heading paragraph. It will contain
information on the topic heading. Next you will find
a series of links to the subtopics of this topic.
/endpara
/para \li400
/link SUBTOPIC1,Sub Topic 1
/endpara
/para \li400
/link SUBTOPIC2,Sub Topic 2
/endpara
/endtopic
//
// subtopic 1
//
/topic SUBTOPIC1
/title Sub Topic 1
/keywords subtopic1;topic
/browse subtopic,1
/para \sa150 \brdrb \brdrth
/text \b\fs40,Sub Topic 1 Title
/endpara
/para \li400 \ri400 \sa150 \box \brdrsh
This will be the text for the sub topic 1 information.
/endpara
/endtopic
//
// subtopic 2
//
/topic SUBTOPIC2
/title Sub Topic 2
/keywords subtopic2;topic
/browse subtopic,2
/para \sa150 \brdrb \brdrth
/text \b\fs40,Sub Topic 2 Title
/endpara
/para \li400 \ri400 \sa150 \box \brdrsh
This will be the text for the sub topic 2 information.
/endpara
/endtopic