When outputting a book to a static HTML website, you can customize your book html output layout, by modifying content, changing formats and adding images. After you make your changes, you can run the book to reflect the new layout. The files for customizing your book are located in the ...statiticbook\lib directory and can be changed using the SchedulerTemplateLocation property.
The files you can modify are located in the following folders of the lib directory:
css — Use this folder to set the layout and look and feel for the following areas.
template.css — This is the default template used in the book layout used to generate html output.
template2.css — This is a reserve template which can be used to replace template.css.
template3.css — This is a reserve template which can be used to replace template.css.
Note: | See Editing the template.css files for Books for information on the templates. |
highlight.css — Use this file to define the appearance of highlighted search results.
print.css — Use this file to define the content and format of printed output.
psbtreeview.css — Use this file to define the textual appearance in the Table of Contents such as color.
html — Use this folder to change the content of several areas of the book layout: See Editing the html files for Books
img — Use this folder to add or replace .png images for the book layout.
Note: | You need to change the banner.png in this folder to reflect your company's image. |
Three additional folders that you should NOT modify:
jquery — contains the library for the Table of Contents and other JavaScript tasks.
js — contains the internal JavaScript files.