View Single Post
Old 01-09-2020, 10:07 PM   #4
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
Quote:
Originally Posted by hobnail View Post
If the above does what you want perhaps you could use an empty h2 tag
Code:
<h2 title="TOC stuff goes here" />
so then you don't need the CSS.
Yes, but I think the page still leaves a place holder for an empty tag. You would need to tell it not to allocate space for the tag.
Code:
<h2 style="display:none" title="TOC stuff goes here" />

or

<h2 style="display:none" title="TOC stuff goes here"></h2>
This is a technique I use regularly for Dedication, Copyright, etc. pages.
Turtle91 is offline   Reply With Quote