View Single Post
Old 02-09-2012, 06:05 PM   #1
Jbraunag
Junior Member
Jbraunag began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2012
Device: KOBO
Missing epub package files

This issue is about how a stylesheet is causing an epub file to not work on a KOBO.
I have packaged my epub files with epub packager 1.3.2. and validated with epubchecker 1.1.1.

The epub file displays on a computer epub reader but when loaded onto KOBO, does not get past the cover of the book. However if I rename the arrest.css file to "Arrest.css" and load it (with the error that it is missing the css file due to case sensitivity), it works on the KOBO, but has no style sheet.

Somehow, the stylesheet appears to be contributing to the freezing of the KOBO. Any help would be appreciated.

Here is the css line in the manifest:
<item id="css" href="arrest.css" media-type="text/css" />

Here is the line in the xhtml file:
<link href="arrest.css" rel="stylesheet" type="text/css"/>

Last edited by Jbraunag; 02-09-2012 at 07:28 PM.
Jbraunag is offline   Reply With Quote