View Single Post
Old 01-26-2020, 10:25 AM   #4
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by stumped View Post
...

just to force a blank line space between paragraphs could be done by using calibre's conversion and extra css features...
I would highly recommend NOT putting a blank line between paragraphs. There is absolutely no need for it and it just bloats your code. Normally you can set that distance (as well as font size, indent, etc.) with any given reading app or device without having to change the CSS. If your app/device doesn't support that feature then you can simply add that style to the CSS as in:
Code:
p {margin-top:2em}
Quote:
Originally Posted by stumped View Post
but you do need some basic knowledge of syntax, and of how CSS actually works. Go read a CSS / HTML primer or two, and think on...
Exactly! The small amount of time spent learning basic CSS/HTML is well worth the effort. There are several tutorials here in MR's Wiki, and a good reference at W3School's CSS and W3School's HTML page.
Turtle91 is offline   Reply With Quote