Hello
I want to hear your opinions about the following:
From time to time, some books have an empty line between 2 paragraphs, especially, when there is a scene break or a big span of time.
In the past, I did that with
But recently I got an epub book from the internet and when I looked at the code, I noticed that this one used a different way. In this one, an empty line was created with css, using "margin-top 1.3em". (the line height was set to 130%)
So now I am thinking about which way is better? I think if I use nbsp, the empty line is still there, even if the css file gets lost. But are there also some disadvantages? Is there an advantage if I use margin-top?
Thanks in advance.