![]() |
#1 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2014
Device: Kobo Aura
|
![]()
Hello guys,
At the moment i'm writing an EpubConverter that converts PDF files to EPUB files. But i've got a problem: If i want to display an image, it gets displayed twice! The first time on the position where it is used to be, the second time on the last displayed page-part on my ebookreader (Kobo Aura) behind the text. Here is the xhtml page: Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" ><html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Page 1</title> <link rel="stylesheet" href="../Styles/page0001.css" type="text/css" /> </head> <body> <p> <span class="style0" >TEXT1234i<br /></span> <span class="style1" >TEXT1234<br /></span> <span class="style2" >TEXT1234<br /><img alt="" src="../Images/img0.PNG" /><br />TEXT1234<br />TEXT1234<br />TEXT1234<br />Email: TEXT1234<br /></span> <span class="style3" >TEXT1234<br /></span> </p> </body> </html> |
![]() |
![]() |
![]() |
#2 |
A curiosus lector!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
|
Maybe, check if there is a code like:
Code:
background-image:url(xxx.gif') |
![]() |
![]() |
![]() |
#3 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2014
Device: Kobo Aura
|
Arios, thanks for your advice, but there isn't a code like yours.
But i figured it out! If my zoom-level is too high, then Kobo Aura, displays the picture a second time at the last "page-part". |
![]() |
![]() |
![]() |
#4 |
A curiosus lector!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
|
Cool chilliboy999,
May the Force be with you! Cheers! |
![]() |
![]() |
![]() |
#5 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2014
Device: Kobo Aura
|
And also with you, Arios.
![]() |
![]() |
![]() |
![]() |
#6 |
Color me gone
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
|
This sort of thing occurs with a Sony reader if the pictures are too large. You get a second image on the following page overlaying the text.
|
![]() |
![]() |
![]() |
Tags |
epub, image |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems in My EPUB Creation | Dia435 | ePub | 2 | 10-07-2012 12:12 PM |
Fixed layout epub in BN site appears only first page | bhuvana786 | Barnes & Noble NOOK | 1 | 04-17-2012 05:24 PM |
Auto-creation of cover image on .epub to .mobi conversion | december | Calibre | 4 | 02-10-2012 05:31 PM |
inDesign/epub -- TOC missing subchapters/appears as dropdown | rosajurjevics | ePub | 6 | 05-23-2011 08:14 PM |
web page image incorrecly appears at top of conversion | JPD | Calibre | 7 | 09-28-2010 11:59 AM |