View Single Post
Old 10-09-2012, 04:36 PM   #200
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
Hi Montyp535

This is exactly what I am talking about: an option you can enable or disable, nothing more, nothing less!

By the way, if you need to put a space after a heading you could use, in the CSS, the function "margin-bottom: 2em;"

Quote:
For example:

h1 {
font-size: 2em;
text-align: center;
font-weight: bold;
margin-top: 2em;
margin-bottom: 2em
}
It allows you to precisely adjust the space between these two elements (h1 and the next paragraph).

The problem with empty paragraphs as a space (something like that "<p class="p1">&nbsp;</p>") is especially noticeable at the end of a file: an eReader can put a blank page after it, which is not necessarily desirable.

Personally, I never use empty paragraphs in the epub (and very rarely in document files): it seems much more efficient and judicious for me with styles and CSS.

Have a very nice evening Montyp535!
Arios is offline   Reply With Quote