Quote:
Originally Posted by Hitch
Ducky, my one twoo wuv:
S/he says, though, that it's also occurring on his/her "pages," which is why I asked for examples. Presumably, it's not just on the cover or other images.?
Hitch
|
Guys,
I am editing my Epub on Calibre and I have set on my CSS:
* {
margin: 0;
padding: 0;
border-width: 0;
}
When I open my Epub on Calibre it shows everything without border or margin as it should be.
When I open my Epub on Google Books reader it adds a border or margin by default, wich is OK for all content but the cover.
You can upload a Epub to Google Books here:
https://play.google.com/books
I am using on Android:
https://play.google.com/store/apps/d...oid.apps.books
You can upload a Epub and you will see a white border around the cover
I am just wondering if is even possible by code to remove this default border of the cover on Google Books app.
Thank You!