Presentation Graphics Overview Toplogo and BotlogoPrint this Page  Presentation
Toplogo and Botlogo
Toplogo.html creates the banner that appears at the top of each WebPAC Pro page in the example page set.

This simple file makes it easy to maintain a uniform look throughout your pages. An example of the file is shown below.

The file name is set using Web Options, as shown below.

Toplogo.html is included in WebPAC pages by using the toplogo token, as shown below.

You can easily swap the default graphic for one used by your library. Remember to change the size declaration if it differs, and change the ALT value. An example is shown below.

Default entry:

<div id="topLogoImage"><a href="/"><img src="/screens/logo.gif" width="171" height="27" border="0" alt="Innovative Interfaces, Inc." /></a></div>

Edited entry:

<div id="topLogoImage"><a href="/"><img src="/screens/my-logo.gif" width="300" height="32" border="0" alt="My Library" /></a></div>



It is important to remember that toplogo.html is read once at startup. This means that any changes to this file require a restart in order for the changes to take effect.

For additional information, refer to the Innovative Guide & Reference, Page # 106411: Using Web Master, and Page # 106807: Updating Web Options.

Botlogo.html is similar in construction to toplogo.html, except that, by default, it contains no graphics.