About the .zip Files ==================== These .zip file contain the HTML source for version 1.1.1 of my translation of The Children of Captain Grant, the images from the original French Hetzel edition, and the maps of the journey created by me. When expanded the main .zip file will fill the following directory structure: Children of Captain Grant 1.1.1/ 1/ /* Directory of files for Book 1 */ 01.html 02.html 03.html . . . 26.html index.html /* TOC for Book 1 */ 2/ /* Directory of files for Book 2 */ 01.html 02.html 03.html . . . 22.html index.html /* TOC for Book 2 */ 3/ /* Directory of files for Book 3 */ 01.html 02.html 03.html . . . 22.html index.html /* TOC for Book 3 */ castaways.css /* Main CSS file for all HTML files */ CCGCover.png /* Cover Illustration */ images /* Place holder for images directory */ index.html /* Root index for entire book */ There are three versions of the images .zip file: images-small.zip -- approximately 6MB images-medium.zip -- approximately 12MB images-large.zip -- approximately 18MB The small images are approximately 250x350 pixels, the medium are 300x525 pixels and the large images are 500x700 pixels. To add the images to the version of the book you've downloaded, rename the unzipped directory to "images" and replace the images file in the "Children of Captain Grant 1.1.1" directory with it. Depending on whether you are using these files to create your own version of an eBook, or as a browsable set of HTML files, you may wish to enable/disable the navigation links at the bottom of each chapter. The visibility of these links is controlled by the .Navigation class in the castaways.css file. To show the navigation links the class should be empty, to hide them the "display" attribute should be set to "none": .Navigation { display: none; /*Remove this to show navigation links */ }