View Single Post
Old 01-09-2019, 02:50 AM   #3
Sekkei
Junior Member
Sekkei began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2019
Device: Kindle Voyage
Are you kidding me ?
Do you think I have not tried the most obvious already?
Quote:
I tried almost anything, even unpacking a KindelComicConverter Mobi file, and using the exact same css and html
atm this was the last css code I tried:
Quote:
@page {
margin: 0;
}
body {
display: block;
margin: 0;
padding: 0;
}
.div1 {
display: block;
text-align: center;
top: 0%;
}
.PageImage {
position: absolute;
right: 0;
bottom: 0;
top: 0;
left: 0;
height: 1448px;
width: 1072px;
}
.pv-p1 {
display: none;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
It seems to work in the mobi file KindleComiConverter creates

Last edited by Sekkei; 01-09-2019 at 02:59 AM.
Sekkei is offline   Reply With Quote