Quote:
	
	
		
			
				
					Originally Posted by  ldolse
					 
				 
				Where was Calibre setting the margins differently for a given flow - was it just for the cover page? 
			
		 | 
	
	
 This is an extract from the heading of titlepage.xhtml (Calibre cover page)
	Code:
	<style type="text/css" title="override_css">
    @page {padding: 0pt; margin:0pt}
    body { text-align: center; padding:0pt; margin: 0pt; }
</style>
 I think this must be Calibre standard because I'm not aware of manually setting these values.
The other area which might have had a 'special' header is jacket.xhtml (Calibre metadata jacket), but when I look, it looks exactly the same as the headers on my standard body text, i.e. as posted in post #158 above.