View Single Post
Old 06-26-2010, 03:05 PM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,161
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Moonraker View Post
This is the last thing that shows up on Split 007:

<p class="calibre1">“Harley-Davidson,” she said. “Sweet.”</p>

<p class="calibre2 sgc-1">&nbsp;</p>
</body>
</html>



The first bit of code on Split 008 is:

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<!--lang- use either "en-us" or "en-uk" as applicable-->

<head>
<title>The Girl Who Played With Fire by Stieg Larsson</title>
<link rel="stylesheet" href="../Styles/stylesheet.css" type="text/css" />

<style type="text/css">
@page { margin-bottom: 4.000000pt; margin-top: 5.000000pt; }

p.sgc-1 {margin:0pt; border:0pt; height:1em}
</style>
</head>

<body class="calibre">
<h4 class="calibre7">CHAPTER 27</h4>

<p class="calibre2 sgc-1">&nbsp;</p>

<h5 class="calibre6">Wednesday, April 6</h5>

As I already mentioned -- none of the Split 008 displays in ePub reader or on the Cybook Gen 3.

Can anyone see what is wrong with it?
Look at the tail end of split8 and see if there ale the matching , closing tags

Code:
</body>
</html>
Pay particular attention to CASE, some readers don't like Mixed tags(supposed to be insensitive, but matched pair is an interpretation):
you open with
Code:
<body>
don't close with
</Body>
theducks is offline   Reply With Quote