Quote:
Originally Posted by Void42
Hey
I want to reduce the margins on my Oasis (using a KF8 ebook).
I use the following css:
html {
margin-left: -45px;
margin-right: -45px;
margin-top: -45px;
margin-bottom: -45px;
}
For left and right it works great but it seems like top and bottom are ignored on the kindle.
I searched the forum but only found threads about left/right margins. Are negative margins for top and bottom not possible on the kindle or am I doing it wrong?
|
If negative top/bottom margins worked, they would work for you since you are doing it correctly. But since they don't work, then I would think you cannot do it.