50 Neo User’s Guide
Using linked files
Tags for linked files
The tags that you use for linked files are similar to HTML tags. Most
have a beginning tag enclosed in angle brackets (<tag>) and an end
tag enclosed in angle brackets with a forward slash (</tag>). The
following table lists the tags you can use in linked files.
Working with linked file controls
The controls in a linked file are very simple to use. When viewing a
linked file, you can check checkboxes by pressing
spacebar or X, and
clear them by pressing
spacebar or backspace. Move forward through
checkboxes by pressing
tab; move backward by pressing shift-tab. If a
linked file is lengthy, you can use the arrow keys to scroll it.
Tag Description
<FORM> Begin a linked file
</FORM> End a linked file
[] or [] Insert a checkbox
<PRE> Begin a preformatted section (use this
when you want to precisely control line
breaks)
</PRE> End a preformatted section
<NOBR> Begin no break text (use this to keep the
text that follows on a single line, if
possible)
</NOBR> End of no break text
<BR> Insert a hard return