View Single Post
Old 05-28-2020, 01:35 AM   #4
d351r3d
Enthusiast
d351r3d began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2017
Device: none
Quote:
Originally Posted by Turtle91 View Post
The <title> tag in the header of each html file can be used by devices/apps to display at the top of the page or something. They don't all use it. And some devices/apps can taylor what is displayed. I set the <title> to the title of the book rather than the title of the chapter.

You can use a regex to change that on all pages very easily.

search:
<title>\s*(.*?)\s*</title>

replace (select 'all HTML files' in Sigil):
<title>The Title of Your Book</title>
I'll definitely give that a shot. Thanks. I'll test it out and see how that works.
d351r3d is offline   Reply With Quote