View Single Post
Old 05-27-2020, 09:07 PM   #3
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,360
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
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>
Turtle91 is offline   Reply With Quote