WB_DigitDir - directory containing image files for graphic navigation links

Syntax
WB_DigitDir=directory URL

Syntax example
WB_DigitDir=/digits/

Valid inputs
URL of the directory that contains digit images named 0.gif, 1.gif, 2.gif, 3.gif,...,9.gif.

Default value
none (direct page links will use text, not images)

Description
This variable defines the name of the directory that contains digit images. If it is defined, direct links to the report pages will be created in following form:
<a href="linktoreportpage"><img src="directory URL/digitimage.gif" border="0"></a>
e.g.

<ahref="/titles.wbsp?wb_mq=F&WB_StartRec=21"><img src="/pgnumdigits/2.gif" border="0"></a>

If WB_DigitDir is not defined direct links to the report pages will be created using text:

<a href="linktoreportpage">pagenumber</a>
e.g.

<ahref="/titles.wbsp?wb_mq=F&WB_StartRec=21">2</a>