Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 20 Providing navigation in HTML > 20.2 Generating trails of links > 20.2.5 Specifying where to display trails of links
To display a trail of links in each split or extracted file, specify the following setting:
; SplitTrail = No (default) or Yes (put <$_trail> out for each split)
You can specify where the trail of links should
appear on each HTML page: before the heading (that is, the first paragraph
in the file), after the heading, or at other locations you specify via
[Inserts]
.
; TrailPosition = Before (default), After, or Macro
The value of TrailPosition
determines where the trail appears:
Immediately above the heading (first paragraph). This is the default. |
|
When you specify TrailPosition=Macro
,
automatic placement relative to the heading is eliminated, and the trail
appears wherever you have included <$_trail>
in another macro or assigned <$_trail>
to a specific location.
For example, to show a trail of links at the
top of each HTML file and also at the bottom of each split file after
the first, you would assign the <$_trail>
macro to a location keyword in the [Inserts]
section (see §18.5 Inserting HTML code in split and extract files):
When Mif2Go inserts trails specified by a <$_trail>
macro assigned in the [Inserts]
section, if
the first paragraph in the file does not have [HTMLParaStyles]
property Trail
, the trail is
not displayed. Otherwise, wherever you assign the <$_trail>
macro, Mif2Go inserts a trail according to the settings you
specify in the [Trails]
section.