Quote:
Originally Posted by ThreeLizards
Hi!
So I'm trying to edit the title page, cuz I just really like how it looks when you download an AZW3 file from AO3. (Which I included an image of. And it has the summary on a separate page.)
Could I possible have some help recreating that? I attached the code below. I found some of Culterya's stuff again and used that as a basis. I've been at it for a few hours so any help would be appreciated.
|
- Have you already found the Custom Output wiki page?
- You won't be able to get all the tag links AO3 output has--FFF just doesn't record those.
- You have have </body></html> in titlepage_entry, they should be in titlepage_end.
- <dt> and <dd> tags should be in a <dl> tag. You can add <dl> to titlepage_start and </dl> to titlepage_end.
- titlepage_start, titlepage_entry and titlepage_end should be under [epub], or [archiveofourown.org:epub]. (Depending on your settings, it may or may not actually matter.)
- FFF doesn't have any way to split description into its own HTML file, but you can use HTML or CSS to tell the reader to page break there. And FFF will include items in titlepage_entries as-is when they don't match a metadata entry.
This works for me and is at least similar: