View Single Post
Old 05-10-2015, 02:08 AM   #23
Phssthpok
Age improves with wine.
Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.
 
Posts: 586
Karma: 95229
Join Date: Nov 2014
Device: Kindle Oasis, Kobo Libra II
Quote:
Originally Posted by eschwartz View Post
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.
Phssthpok is offline   Reply With Quote