View Single Post
Old 02-16-2025, 12:09 AM   #10360
ThreeLizards
Member
ThreeLizards began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Feb 2025
Device: Kindle Paperwhite 2024
OMG thank you!

So I took a look at the output code, I even add the CSS that you had on there and set my justification to left

I'm still trying to get a few things working on the title page. I noticed that you had the wide titlepage entry and that's for like tables. So basically it'd be columns right? So how would I set one up for having word count, published date, updated date, and chapters all on one line? and possibly kudos, hits, and bookmarks too.

Oh, and I seem to have lost the summary? It's not showing up on the title page anymore.

And, one more thing, if you don't mind, could I have it say Additional Tags: for the tags? How would I change that? Would that be a simple extravalid entry thing?

Spoiler:
# Add HTML to format the title page

titlepage_entries: rating,warnings,ao3categories,fandoms,ships,charac ters,freeformtags,language,collections,kudos,hits, bookmarks,numWords,numChapters,datePublished,dateU pdated,</hr>,description

titlepage_start:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>${title} by ${author}</title>
<link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<meta name="calibre-html-render-data"/>
</head>
<body>
<div class="title">
<a href="${storyUrl}">${title}</a> by ${authorHTML}
</div>
<dl class="titlepagelist">

titlepage_entry:
<dt><b>${label}:</b></dt> <dd>${value}</dd>

## When using tables, make these span both columns.
wide_titlepage_entries: storyUrl, author URL,numword,

## ${id}, ${label}, ${value}
## Used with entries listed in wide_titlepage_entries, typically description, storyUrl, authorUrl
titlepage_wide_entry:


titlepage_end:
</dl>
</body>
</html>


Thank you for all your help! I really appreciate it
ThreeLizards is offline   Reply With Quote