View Single Post
Old 07-28-2024, 11:59 AM   #9777
TaviCalderon
Enthusiast
TaviCalderon began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Dec 2023
Device: Kindle Scribe
Quote:
Originally Posted by JimmXinu View Post
Try seriesHTML and authorHTML. I don't think byline gets an 'HTML' version.
I tried the below as well, but it also did not change anything.

Spoiler:

Code:
wide_titlepage_entries:<b class="fff_tp_label" id="${id}_label">${label}:</b> <span class="fff_tp_value" id="${id}_value">${value}</span><br />
 <b class="fff_tp_label" id="${id}_label">${label}:</b>
 <span class="fff_tp_value" id="${id}_value">
 ${id == 'author' ? '<a href="${authorHTML}">${value}</a>' : '${value}'}
 </span><br />


am i missing something? When i tried this with {seriesHTML} instead of {seriesUrl} it also did nothing.
TaviCalderon is offline   Reply With Quote