Quote:
Originally Posted by ownedbycats
How would I take the contents of calibre_cust_seriesdesc (composite column containing HTML) and insert that on just the title page to look like part the description?
|
Something like:
Code:
add_to_titlepage_entries:,calibre_cust_seriesdesc
Or more probably you'll want to replace titlepage_entries outright to set the order as you prefer it. Possibly put
<div>,calibre_cust_seriesdesc,</div> if it doesn't already have a wrapping tag.