View Single Post
Old 04-10-2012, 12:40 PM   #15
Kratos
Connoisseur
Kratos began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Mar 2011
Location: UK
Device: Kindle 3, iPhone, iPad, PC
It just has references to the ToC.
Because when I created the epub in Indesign on export I chose to break the document at my Chapter Title paragraph style. So the next chapter is in its own html page.

Here is the code from the page - with extra chapter hyperlinks removed.

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>AAA Fab 05b chapter heads-2.html</title>
  <link href="../Styles/template.css" rel="stylesheet" type="text/css" />
  <style type="text/css">
/*<![CDATA[*/

  span.sgc-4 {font-size:1.43em;}
  span.sgc-3 {font-size:1.14em;}
  span.sgc-2 {font-size:1.11em;}
  span.sgc-1 {font-size:0.67em;}
  /*]]>*/
  </style>
</head>

<body>
  <div class="story" id="AAA-Fab-05b-chapter-heads-2.html" xml:lang="en-GB">
    <p class="chapter" id="toc_marker-3"><span class="body sgc-1"><a id="Anchor-376"></a></span><span class="Chapter-Text sgc-2">Table of Contents</span></p>

    <p class="body"><span class="ToC-larger-Text sgc-3"><br /></span><a href="#Anchor-317"><span class="ToC-larger-Text sgc-3">Foreword</span></a></p>

    <p class="body"><span class="Chapter-Text sgc-4"><a id="Anchor-317"></a><br />
    <br />
    <br /></span></p>
  </div>
</body>
</html>

Last edited by Kratos; 04-10-2012 at 12:55 PM.
Kratos is offline   Reply With Quote