View Single Post
Old 01-23-2013, 02:53 PM   #4
_savage
Connoisseur
_savage began at the beginning.
 
_savage's Avatar
 
Posts: 53
Karma: 10
Join Date: Jul 2012
Location: Seattle, USA
Device: Nook
Thanks for the response. The stylesheets vary across the books. The one that gets cut off but doesn't have its chapters truncated
Code:
html {
  width: 100%;
  height: 100%;
}
whereas this stylesheet is for the book which has its chapter content truncated to a single page size
Code:
html, body, table {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
}
Let me see what happens when I remove width/height in both cases...
_savage is offline   Reply With Quote