View Single Post
Old 08-24-2014, 04:36 PM   #1
AmandaM
Junior Member
AmandaM began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2014
Device: Kindle, Kobo, Nook
Kobo kepub Problems

Greetings All

I have created an ePub which works perfectly on desktop readers and correctly validates. If I copy this ePub onto my Kobo it also works perfectly. However, if rename this ePub to book.kepub.epub and then copy it onto my Kobo the css seems to get ignored. For example:

CSS:

Code:
p.CenterText {
text-indent:0;
text-align:center;
}

div.pagebreak {
page-break-after: always;
}
Body Code:

Code:
p class="CenterText">This text is centered</p>
div class="pagebreak"></div>
p class="CenterText">More Centered Text</p>
The above will be ignored and the text will be left aligned and on the same page.


I first discovered this problem after I submitted my perfectly functioning ePub to kobo, the resulting book after it became available for sale showed the problem.

Just to reiterate, this works perfectly when it is a straight ePub but not when a kePub. I can post real examples of my code if it helps.

Hope somebody can help

Many Thanks
Amanda
AmandaM is offline   Reply With Quote