View Single Post
Old 07-14-2017, 03:40 PM   #2
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Definitely the spacing should be handled by margin-top and margin-bottom. For example:

p.interview {
margin-top:0.5em;
margin-bottom:0.5em;
text-indent:0em;
text-align:justify;
}

In the text, <p class="interview">

If half a line isn't enough at beginning and end of the interview, you could create a interviewfirst class for the first para, with a 1 em top and bottom margin. Subsequent paragraphs would be 0 top and 1 em bottom.
Notjohn is offline   Reply With Quote