|
Syntax: select None, Classes, Inline or Bold
The user's query will be highlighted in various parts of
the search results (Title, Abstract, etc.) with the selected method:
-
None or N - No highlighting will be done in search
results. -
Classes or Y -
Terms will be highlighted with <span> tags
that refer to classes that should be defined in a separate CSS file,
e.g. the /webinator/common/search.css file,
which can be edited to customize the highlighting style. Each term
in the query is highlighted with a different class (in a different
color, by default). -
Inline - Terms will be highlighted with <span> tags
that directly specify a fixed CSS style. This is not customizable,
but is self-contained and does not depend on a separate stylesheet
or file. Same visual result as Classes with the default CSS. -
Bold - Terms will be highlighted with <b> tags.
The default is Bold.
Copyright © Thunderstone Software Last updated: Thu Dec 22 14:38:01 EST 2011
|