Thread: EPUB output
View Single Post
Old 02-17-2009, 12:38 PM   #353
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,464
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If the headers and footers are in some sort of regular markup you can use override css to remove them, fo example if headers are always in markup of the form

<div class="header">some text</div>

you can use

.header { display:none }

in override css
kovidgoyal is offline   Reply With Quote