View Single Post
Old 05-11-2016, 10:59 AM   #12
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,326
Karma: 20171571
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
I changed my coding procedures to allow for title case in my TOC and all caps in the chapter. I simply code the title in the chapter how I want it to be displayed in the TOC. Then change the CSS to make the chapter all caps. The auto TOC doesn't take into account the CSS so everything looks fine. eg:
Code:
h2 {text-transform:uppercase}

<h2>Title Case of a Particular Chapter</h2>

How it appears:

TOC: Title Case of a Particular Chapter
Chapter Head: TITLE CASE OF A PARTICULAR CHAPTER
Turtle91 is offline   Reply With Quote