View Single Post
Old 11-08-2014, 02:13 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,127
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by coolpixel View Post
i am using Sigil to format my book and this is what the text looks like currently.

Books by XYX
XYZSeries
XYCseries, Book 1
ZYZ series, Book 2

i want to have blank lines between each of those lines.

i have used this between the lines to insert a blank line but it doesn't work when displaying on my device.

<p class="msonormal1"><br /></p>

advice appreciated
IMHO Margins are the way to space paragraphs (of all types)

Use a top Margin for EACH of the items in the book List if you want spaces between (you can also indent)

Use a bottom margin in the Series list (No Indent)
<p class="serieslist"> XYZ...
<p class="booklist"> Book 1


.serieslist {margin 2em 0 1em 0; text-indent: 0;}
.booklist {margin: .5em 0 0 0; text-indent: 2em;}
theducks is offline   Reply With Quote