View Single Post
Old 02-14-2017, 03:15 PM   #25
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,690
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Where to start?

You figured out the missing title tags

Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title></title>
  </head>

<body class="calibre">

  <!-- the body tag can't be the parent of an img tag. The img tag must be contained in a block level element like div or p -->
  <!-- img tags are also required to have an alt attribute (even if it's empty) -->
  <img alt="" src="index-1_1.png" class="calibre1"/>

  <h3 id="u3pAA2rri29VOAmDQCbdKx9">Impressum</h3>

  <p class="calibre2"></p>

  <p class="calibre2"><b class="calibre3">Jeppe Aakjær </b></p>

  <p class="calibre2"> <i class="calibre4"><b class="calibre3">Die Kinder des Zorns </b></i></p>

  <p class="calibre2"> <i class="calibre4"><b class="calibre3">ngiyaw eBooks </b></i></p>

  <!-- block level tags (p) cannot be nested inside inline tags (i) -->
  <!-- All of the p tags inside the blue i tags represent one of the EpubCheck errors -->
  <i class="calibre4">

  <p class="calibre2"></p>

  <p class="calibre2">Übertragen von Erich Holm, Pseudonym von Mathilde Prager <br/>Georg Merseburger, Leipzig, 1912<br/>
 </p>

  <p class="calibre2"> <i class="calibre4">ngiyaw </i> eBooks werden Ihnen  <i class="calibre4">as-is</i> ohne irgendwelche Garantien und Gewährleistungen angeboten. </p>

  <p class="calibre2">© 2007 Peter M. Sporer für  <i class="calibre4">ngiyaw </i> eBooks. </p>

  <p class="calibre2">Földvári u. 18, H – 5093 Vezseny<a href="mailto:ebooks@ngiyaw-ebooks.de" class="calibre5"> (ebooks@ngiyaw-ebooks.de). </a></p>

  <p class="calibre2">Erstellt mit Corel Ventura 10, das die Corel Deutschland GmbH freundlich zur Verfügung gestellt hat. </p>

  <p class="calibre2">Gesetzt in der Baskerville Book. </p>

</i>

</body>

</html>

Last edited by DiapDealer; 02-14-2017 at 07:32 PM.
DiapDealer is offline   Reply With Quote