View Single Post
Old 05-21-2014, 02:12 AM   #7
Derek R
Zealot
Derek R began at the beginning.
 
Derek R's Avatar
 
Posts: 104
Karma: 20
Join Date: Jun 2011
Location: County Down, Northern Ireland
Device: none
Another excellent tip - thank you, eschwartz. That css was not in my armoury until now. It led me to discover that the following could also be used:

Code:

Code:
<h1 class="hidden">This is a ToC entry</h1>
css:

Code:
.hidden {visibility:hidden;}
which will hide the text between the tags but take up the space of the <h1> element.
Derek R is offline   Reply With Quote