Supported HTML
The THINK Reference compiler will interpret most HTML 1.1 standard tags, including
image tags, special character entities (&, >, < etc.) and external links using anchor tage. External links in the viewer are handled via Internet Config, so Internet
Config should be configured correctly before using the viewer.
The basic layout of a HTML file for THINK Reference is identical to the HTML layout
used for the web. In other words:
the text you wish to be the title of the file
All the html commands and text that you wish to see when you look
at this page of the database are between the and
commands
The tags specify the title of a page in the compiled THINK Reference database.
Every page within a THINK Reference database must have a unique name.
Basic paragraph formatting tags (,
,
, ) are supported along with the basic character formatting tags such as , , , , etc. In addition,
the three basic types of HTML lists (ordered, unordered, and definition) are supported
in THINK Reference as are heading (, etc.) and font () tags.
Images can also be compiled into THINK Reference documents by using the standard
tags, however the actual GIFs must be no wider than 400 pixels for them to becompiled correctly. JPEGs are not supported.
not as internal links to other places on the page. In other words,
is supported by THINK Reference, but
is not.
THINK Reference has limited support for HTML tables. The main difference is that text
wrapping within a table item is not supported except in the last column of the table.
Table elements can only be text (no images) and the size of the table's columns must be
explicitly defined i.e. . The maximum width for a table in THINKReference is 400.
Finally, horizontal rule tags
are supported, but are only drawn one-third of the
way across a THINK Reference page.