Setting up Resource Tables

The Resource Table is an HTML table and can be set up to display resources at the browse or bibliographic level. After one or more active resources are set to display in table, the next step is to determine the display.

The RESOURCETABLE web option defines whether or not the Resource Table displays in the WebPAC.

It is divided into 4 sections, each separated with a "|"(vertical bar, or pipe)

<Cell Attributes>|<Table Attributes>|<Size>|<Title>

<CELL ATT> This element contains the attributes for the cell where the content links table is inset.
<TABLE ATT> This element contains the attributes for the content links table.
<SIZE> This field contains the percentage of screen space used by the content links table. By default, the value is 15.
<TITLE> The HTML attributes defining text or the image used as the title in the first row of the content links table.

The following represents an example set of values used for this web option
valign="top"|cellpadding="0" cellspacing="0" border="0"|20|Recommended Databases

With this web option turned on, the other control on display is through the appropriate css file.

.browseResourceTable This element contains the attributes for the cell where the content links table is inset.
.browseResourceTableEntry
.browseResourceTableHeader

For additional information, refer to the Innovative Guide and Reference, Page #108039: Customizing Resource Tables at the WebPAC Origin and Page #106891: RESOURCETABLE web option