Thread: <body> style
View Single Post
Old 03-28-2013, 08:41 PM   #1
HYPE
Groupie
HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.HYPE ought to be getting tired of karma fortunes by now.
 
HYPE's Avatar
 
Posts: 178
Karma: 1057078
Join Date: Dec 2012
Device: Kobo Aura One
<body> style

Hi there.

I'm currently working on a few ebooks. The creation process of most of them included converting from another format, so I didn't write all the CSS manually.

I noticed the following code in the CSS :

Code:
@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }

body {
    display: block;
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 5pt;
    margin-right: 5pt;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
Is all of this really necessary? What should I use for the body? I really want to give people a clean ebook, so every detail is important to me.

Thanks.
HYPE is offline   Reply With Quote