Quote:
Originally Posted by eschwartz
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:
Why should the fact that the chapter name is bumped to line 2 cause it to magically become structurally exclusive of the chapter number?
|
You have understood me wrong, then. I do
not have chapter number/chapter name. As I said before (several times), I have heading/subheading:
Code:
<h1>Chapter 5: Defining new data types</h1>
<p>In this chapter we will look at...</p>
<h2>5.1 Standard data types</h2>
<p>Blah blah blah</h2>
What I do NOT want is section 5.1 bumped onto a new page because some tool decides that's the "right way to do it" and in contradiction to my explicit CSS instructions to that effect; I want to be an "old school, baby!" type, as theducks put it earlier, who uses <h> tags to indicate structural information rather than flattening the structure into a formless sea of <p>s.