View Single Post
Old 05-08-2013, 04:31 PM   #1
EbookNoob
Junior Member
EbookNoob began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2013
Device: all
Question Title page conversion problems in Calibre

I am using sigil to edit my epubs and then using calibre to convert them to mobi files for the Kindle. I can't understand why every time I convert the files to mobi the first line of my title page is separated from the rest of the title page. My cover shows up on the first page, the next page is only the first line of my title page and the 3rd page consists of the rest of the title page that should be on page 2. This is the case in both of my books I am trying to convert. All 4 lines of my title page are <h1> and they are in their own file called TitlePage.htm. There is no additional code that should cause a page break after the first line of the title. The epub versions do not do this on any reader. The code is as follows:

<title>Berger's 7mm VLD Bullets Part1</title>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css" />
</head>

<body>
<h1 id="sigil_toc_id_1" title="Title Page">Berger's 7mm VLD Bullets</h1>

<p>&nbsp;</p>

<h1 class="sigil_not_in_toc">Part 1: Properties and Test Results</h1>

<p>&nbsp;</p>

<h1 class="sigil_not_in_toc">Bryan Litz</h1>

<p>&nbsp;</p>

<h1 class="sigil_not_in_toc"><a href="http://www.appliedballisticsllc.com/">www.appliedballictsllc.com</a></h1>
</body>
</html>
EbookNoob is offline   Reply With Quote