Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 02-01-2013, 11:53 PM   #1
JeremyBenson
Writer and Blogger!
JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.
 
Posts: 20
Karma: 480352
Join Date: Jan 2013
Location: Halifax, NS
Device: Computer
Conversion Problems

haha, I have my cover problem fixed but the converted file didn't format well..

The first issue that I have is that the cover is in my book twice. I added a cover in Calibre but already had a cover added in the code. That'll be easy to fix..I would assume that I'd just remove the image from my HTML code?

There are other issues though...

It seems to be placing page numbers on chapters 2 and 3...

Also an extra page after my cover that I have in code, which would be the second cover. I'm guessing that's a code issue?

The code follows.

Code:
<html>
<head>
<title>
Title Of Book.
</title>
 
<style type="text/css">
body {font-family: Arial; letter-spacing: 0; line-height: 1.3em; font-size: 1em; text-decoration:none;}
img {display: block; margin: 5px auto; text-align:center;}
hr {page-break-after:always;}
h1 {line-height:1.6em;}
.large {font-size:200%; font-weight:bold;}
.medium {font-size:130%;}
.center {text-align:center;}
 p { text-indent : 20px; }
</style>
</head>
 
<body>
<br><br>
<img src="Tut3/coverbitebook2.jpg" width="624" height="824" alt="" border="0">
<hr>

<a name="Introduction"></a>
<h1>Introduction</h1>

<p>This is where you would add all the text for your introduction. You can add anything you like. 
Anytime you want to start a new paragraph just add another paragraph element. You can do that by making 
the tags that you see this paragraph in.</p>
<hr>

<h1>Table Of Contents</h1>

<li><a href="#Introduction">Introduction</a></li><br />
<li><a href="#Chapter1">Chapter 1</a><br />
<li><a href="#Chapter2">Chapter 2</a><br />
<li><a href="#Chapter3">Chapter 3</a><br />
<li><a href="#TheEnd">The End</a><br />

<hr>

<a name="Chapter1"></a>
<h1>Chapter 1</h1>
<p>There's is where you'd put the first paragraph of you first chapter</p>
<p>This is an example of how to start a second paragraph. See how there are two paragraph elements? I mentioned them
in the introduction.</p>
<hr>

<a name="Chapter2"></a>
<h1>Chapter 2</h1>
<p>This is where you'd put the first paragraph of chapter 2</p>
<hr>
 
<a name="Chapter3"></a>
<h1>Chapter 3</h1>

<p>This is where you'd add the first paragraph of chapter 3</p>
<hr>

<a name="TheEnd"></a>
<br><p class='large center'>THE END</p>

</body>
</html>
JeremyBenson is offline   Reply With Quote
Old 02-04-2013, 06:44 PM   #2
JeremyBenson
Writer and Blogger!
JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.
 
Posts: 20
Karma: 480352
Join Date: Jan 2013
Location: Halifax, NS
Device: Computer
Anyone know how to remove page numbers in Calibre conversions? lol.
JeremyBenson is offline   Reply With Quote
Old 02-04-2013, 06:47 PM   #3
AnemicOak
Bookaholic
AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.AnemicOak ought to be getting tired of karma fortunes by now.
 
AnemicOak's Avatar
 
Posts: 14,391
Karma: 54969924
Join Date: Oct 2007
Location: Minnesota
Device: iPad Mini 4, AuraHD, iPhone XR +
What format are you converting too and what are you reading it in where you're seeing problems.
AnemicOak is offline   Reply With Quote
Old 02-04-2013, 10:03 PM   #4
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,119
Karma: 73448614
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
To save some time why not read How to ask a question about conversion problems and possibly Read this before Posting PDF Questions.
PeterT is offline   Reply With Quote
Old 02-08-2013, 01:08 AM   #5
JeremyBenson
Writer and Blogger!
JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.JeremyBenson ought to be getting tired of karma fortunes by now.
 
Posts: 20
Karma: 480352
Join Date: Jan 2013
Location: Halifax, NS
Device: Computer
converting to MOBI from a MOBI. I basically use Calibre to add a cover, and that's it. I just noticed that I'm getting page numbers, I figured there was a check box that would remove them...

I read the files in Kindle for PC.
JeremyBenson is offline   Reply With Quote
Old 02-08-2013, 02:28 AM   #6
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Calibre does not add page numbers to a book; if you're seeing page numbers they are there in the original file. Where did the original come from?
HarryT is offline   Reply With Quote
Old 02-08-2013, 10:07 AM   #7
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: 27,468
Karma: 192992430
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I think calibre can generate an apnx(?) file that will cause Kindle devices/apps to display calculated page numbers. I also think you can tell calibre not to generate/send them to the device/app. Either way... the page numbers are not in the newly converted mobi.
DiapDealer is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to look for conversion problems? Claghorn Conversion 1 08-18-2012 08:57 PM
Conversion Problems OldGrump2951 Conversion 2 12-03-2011 08:57 PM
Conversion problems iomari Conversion 4 09-13-2011 06:15 AM
Conversion problems drftr Calibre 3 11-30-2010 04:51 PM
Problems with conversion CrazyTosser Calibre 0 10-25-2010 10:58 AM


All times are GMT -4. The time now is 08:31 PM.


MobileRead.com is a privately owned, operated and funded community.