View Single Post
Old 11-08-2014, 01:54 PM   #1
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Question book view and spacing constuctcts - height x%

i came across this construct recently:

each chapter uses an empty div after the chapter title, & before the 1st text line
<div class="calibre_9"></div>

where the stylesheet definition is

.calibre_9 {
display: block;
height: 10%
}

on readers, this renders as a white space spacing of 10% of the reader page ( I think)

I guess sigil's book view can't do that because it is not really rendering page views ?

so in book view I see no space at all.

is there any alternative way of coding this that would show up in book view as well as on reader screens ?
cybmole is offline   Reply With Quote