Thread: <em> </em> Tags
View Single Post
Old 11-11-2017, 01:17 AM   #8
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by DiapDealer View Post
I doubt that very highly. I know of no reading software that displays the contents on title tags -- in the table of contents or elsewhere.
The only reading system I can think of that might use the <title></title> would be some Screen Readers.

Quote:
Originally Posted by thosp View Post
And yes, the TITLE info is used in the Table of Contents!
While not the <title> at the top of the HTML, in Sigil, you can do this:

Code:
<h2 title="Chapter 21: The Power of “The Thought”">Chapter 21: The Power of "<em>The Thought</em>"</h2>
Sigil will then use the text in title="" to generate the TOC.

But two things to note:
  1. You can't use "dumb quotes", you have to use “smart quotes”.
  2. You can't use <i> or <em> in there. You'll have to manually add that in the HTML TOC later.

Last edited by Tex2002ans; 11-11-2017 at 01:19 AM.
Tex2002ans is offline   Reply With Quote