View Single Post
Old 05-18-2012, 01:10 PM   #5
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,550
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
The thing is that there are no "empty paragraphs". What you see usually in books as scene breaks is simply some blank space, not an empty pagraph (would you count the empty spaces as paragraphs if someone told you to look at the 25th paragraph in a chapter?).

So, if it's a blank space and not an empty paragraph, why code it as an empty paragraph and not as blank space? (Yes, I know the answer: because it's easier to hit return twice.) Now, for creating blank space there are several possibilities: margin or padding above the next paragraph, margin or padding below the previous paragraph, an empty image, a fixed-height <div>... any of which are better than just "<p>&nbsp;</p>"

If you insist, then please add some styling: <p class="break">&nbsp;</p>, that way, at least, you could change the amount of blank space easily.
Jellby is offline   Reply With Quote