View Single Post
Old Yesterday, 07:20 AM   #11
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,034
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Arisia View Post
Here's the title-page.htm, as shown in the Edit Book screen.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="application/vnd.adobe-page-template+xml" href="page-template.xpgt"/></HEAD><BODY><div align="center">
<font size="5"><b>Fantasy The Best of 2001</b></font><br />
<br />
<font size="3">ROBERT SILVERBERG AND KAREN HABER<br />
<br />
</font><br />
<img src="logo.jpg" size="100%" />
<br />
<font size="2">ibooks<br />
new york<br />
<a href="http://www.ibooksinc.com">www.ibooksinc.com</a></font></div>
</BODY></HTML>
So, like I said, I'm not sure the head vs /HEAD is the root of the problem. I will look at a few others that don't open in the E-Book Viewer and see if they have the same issue. If not, I'm thinking that there may be some deeper issue going on here....
The entire HTML needs to be scrapped and rewritten correctly. It's very much a mess that generates a lot of errors with epubcheck.

Here is your title page after an ePub to ePub conversion.

Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>The Eagle has Landed</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <link rel="stylesheet" type="text/css" href="../stylesheet.css"/>
</head>
  <body class="calibre">
<p class="tit"><b class="calibre1">The Eagle Has Landed</b></p>
<p class="stit">The Liam Devlin Novels</p>
<p class="tit1">Jack Higgins</p>
<p class="ser"><img alt="img" src="images/logo.jpg" class="calibre2"/></p>
</body>
</html>

Last edited by JSWolf; Yesterday at 07:24 AM.
JSWolf is online now   Reply With Quote