View Single Post
Old 06-27-2010, 04:22 PM   #8
charleski
Wizard
charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 1281258
Join Date: Sep 2009
Device: PRS-505
Quote:
Originally Posted by Xabache View Post
is there a way to eliminate the index?
Go to Edit->Project Preferences..., Options tab and uncheck 'Generate TOC'
Quote:
and can i make this second photo scalable -- so it shrinks with the frame size -- like the primary cover photo
If a {height:100%; max-width: 100%} image style isn't doing the trick change the code to
Code:
  <svg width="100%" version="1.1" preserveAspectRatio="XMidYMid meet" xmlns="http://www.w3.org/2000/svg" height="100%" viewBox="0 0 [image width in pixels] [image height in pixels]" xmlns:xlink="http://www.w3.org/1999/xlink">
    <image width="[image width in pixels]" height="[image height in pixels]" xlink:href="[path to image]"></image>
</svg>
Quote:
is there a way to eliminate the new "chapter 01" that the imported photo creates in the index
Select the entry in the Files tab and uncheck 'Show in TOC'.
charleski is offline   Reply With Quote