May I get back to my initial empty line-question?
I still have a line that I'd like to add some bottom space to (or just add an empty line to, if possible).
But it's not a style per se, so there's no option to modify the margin-bottom.
It looks like this:
<p class="Body-Text-3 ParaOverride-1"><span class="CharOverride-1"> snipped text </span></p>
I tried to add some code that I found in this forum:<p class="Ebook"> </p> And it worked -- but I got a very dramatic response from
http://validator.idpf.org.
I also tried a <br> again, but with the same result...
Please let me know if I ask too many questions.
EDIT: I think I found a way: I located another chunk of text that had the right amount of space around it (and also had an actual css-style attached to it), so I copied the surrounding code, pasted it around the problem and then added its corresponding style to the chapter, e.g:
<link href="css/idGeneratedStyles_6.css" rel="stylesheet" type="text/css" />
That actually seems to work, and it's also accepted by Validator. So I hope it won't be an issue later on...