Quote:
Originally Posted by nabsltd
Use the following CSS in your EPUB:
Code:
@media amzn-kf8 {
html {
margin-left: -5.5%;
margin-right: -5.5%;
break-inside: avoid;
}
}
Edit the EPUB to make it look how you want, then convert to an Amazon format as the final step.
|
Thanks but not really the answer I was after, there are many times I do the edtitng prior to conversion only to find the changes made have reverted. I was after a way to get the editor to show the full page rather than cropped but it seems there isnt.