View Single Post
Old 08-03-2013, 05:16 PM   #16
DomesticExtremis
Addict
DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.DomesticExtremis ought to be getting tired of karma fortunes by now.
 
DomesticExtremis's Avatar
 
Posts: 244
Karma: 359054
Join Date: Nov 2012
Device: default
Quote:
Originally Posted by bubism View Post
Nope. The problem is not the h level, but the behavior of parent headings of any level.

Anytime a h contains sublevel h headings, it only behaves as a "container" instead of a "destination".

Any suggestion?
This doesn't make sense to me - it implies that even if they were all h2, the first one in the book/page would act as a container.
Is that correct?

What I was thinking was:

Code:
<h2 class="chapterheading">chapter 1</h2>
<p>intorductory text</p>
<h2 class="subheading">subheading</h2>
<p>etc</p>
With appropriate styling for the various h2 classes.
DomesticExtremis is offline   Reply With Quote