View Single Post
Old 04-28-2011, 01:13 PM   #39
Faster
Connoisseur
Faster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of lightFaster is a glorious beacon of light
 
Posts: 61
Karma: 12096
Join Date: Sep 2010
Location: Tasmania
Device: Sony PRS 650
@kazbates
I notice the cover image didn't show in my PRS650

You may want to get the cover image to show:

Open the book in Sigil
Switch to Code View of the first text file 'jaguarprincethe_cov.html'
Replace:
Code:
<body>
...
</body>
with this

Code:
<body>
  <div>
    <svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 600 800" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
      <image height="800" width="600" xlink:href="../Images/cover.jpg"></image>
    </svg>
  </div>
</body>
With regard to some of the procedures suggested above, you don't need to bother. Just do what I indicated. Calls to the missing .xpgt file, which I asked you to delete, are simply ignored. You don't need to remove all the calls.

Book checked and working as desired on a Sony PRS650.

Please check your mail box as I've sent you a PM.
Faster is offline   Reply With Quote