Quote:
Originally Posted by zoeli
I download fanfiction from AO3 and everything works perfectly expect for the titlepage that ignores the margins and shows like in the picture below. It only happens in the titlepage, the actual chapters are fine, but it's annoying. Is there anything I can do about it?
|
Without knowing what affect you intend, seeing a picture of it doesn't help--it looks perfectly fine to me.
I would speculate that ownedbycats is correct, maybe you have custom CSS that references
<body class="fff_chapter"> while title page uses
<body class="fff_titlepage">.
I'd have to see an epub with the issue to know for sure.
Quote:
Originally Posted by zoeli
Also, some of the fics I download come with an extra 'chapter', the Update Log.
|
logpage defaults to off--if it's ever showing up, you must have it turned on for some stories in personal.ini. From defaults.ini:
Code:
## include a Update Log page before the story text. If 'true', the
## log will be updated each time the epub is and all the metadata
## fields that have changed since the last update (typically
## dateUpdated,numChapters,numWords at a minimum) will be shown.
## Great for tracking when chapters came out and when the description,
## etc changed.
include_logpage: false