View Single Post
Old 09-15-2011, 11:03 PM   #3
thiefwriter
Member
thiefwriter began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2011
Device: formatting for all
Inside the epub files:

Hi Jim,

Inside split 17 of the epub unzipped file is:

Code:
<ul type="square" class="calibre13"><p class="calibre3">
				</p><li class="calibre14"><b class="calibre16">
but in my html file, before calibre got it, is this:

Code:
<ul style="square">
				<li>
and in split 18 of the epub unzipped:

Code:
</p>
		In late 2011, National Geographic aired the documentary <i class="calibre5">Pickpocket King</i> about the couple’s work as “thiefhunters in paradise.” The paradise


while my original html file (before calibre) is:

Code:
In late 2011, National Geographic aired the documentary <i>Pickpocket King</i> about the couple&rsquo;s work as &ldquo;thiefhunters in paradise.&rdquo;
Calibre sure seems to have changed a lot of code. It also took away all the code for quotes, ellipsis, etc.
thiefwriter is offline   Reply With Quote