Quote:
Originally Posted by bubism
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.