Quote:
Originally Posted by Phssthpok
Yes, but the subhead is then at the wrong level in the structure. The correct structure is
Code:
<h1>heading</h1>
<h2>Subhead</h2>
<p>Content</p>
which is what I have. I then try to use CSS to give it the correct appearance, but the conversion tool screws it up. I absolutely refuse to alter the structure of the document in order to correct its appearance. YMMV, but that's the way I like to do things.
|
My whole point is, that if you are creating a Chapter header that appears on two lines, the semantic structure is of one entity.... and thus you should not be structuring it as two entities.
I am not recommending you "alter the structure", I am recommending you "fix the structure".
Assuming I have understood you correctly, you are doing something like:
Quote:
Chapter 1
The Boy Who Lived
Mr. and Mrs. Dursley, of number four, Privet Drive, were proud to say that they were perfectly normal, thank you very much. They were the last people you’d expect to be involved in anything strange or mysterious, because they just didn’t hold with such nonsense.
|
Why should the fact that the
chapter name is bumped to line 2 cause it to magically become structurally exclusive of the
chapter number?