View Single Post
Old 01-25-2013, 10:24 PM   #16
_savage
Connoisseur
_savage began at the beginning.
 
_savage's Avatar
 
Posts: 53
Karma: 10
Join Date: Jul 2012
Location: Seattle, USA
Device: Nook
There's only one stylesheet in my book, and it contains these settings:
Code:
body {
 /* widows: 0; */
 /* orphans: 0; */
  margin: 0;
  padding: 0;
  border: 0;
}
I used to have a "width:100%;" and "height:100%;" in it as well, but I removed that as per above discussion.

If I understand you correctly then I should add a "height:100%;" to the single pseudo-fixed-layout page (the one with the dedication, for exampe). This would ensure a correct vertical centering of that page's content:
Code:
<body style="height:100%;">
  ...
</body>

Last edited by _savage; 01-25-2013 at 10:29 PM.
_savage is offline   Reply With Quote