Hello,
When a chapter heading has a chapter
name as well as a chapter number, I normally use something like this. (You can guess what the classes do without the css code)
PHP Code:
<h3>1<span class="hide"> – The Country of Lost Borders</span></h3>
<p>*</p>
<p class="chapterh3">The Country of Lost Borders</p>
I have seen mention on the forum about using the following...
PHP Code:
<h3 title="1 - The Country of Lost Borders">1</h3>
But it never seems to work for me. Image shows how I use it.
Could someone tell me where I am going wrong?
Thanks.