Quote:
Originally Posted by coolpixel
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;}