Add space between <br> tag
Hi there. I would like to add some space above some paragraphs in an ebook that I have converted to epub.
In the attachment Screen1, there is space above the paragraphs:
Two months before ...
We know Jay ..
I would like the same space above the paragraphs that follow:
Works for Hamlyn ...
Professionally ... etc.
Screen2 shows the tags via the Inspect feature of calibre.
Screen3 shows the entry for calibre8 in the css file.
It is obviously the fact that there is a <br> tag in there and not a <p> tag that prevents me from adding the space as I normally would by changing the margin-top setting for calibre8.
Is it possible to add space above the <br class="calibre3"> style?
I tried entering:
br{
line-height: 0.5em;
}
in the css file but it doesn't seem to work. Any ideas?
Thanks in advance
|