Quote:
Originally Posted by stumped
...
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:
Quote:
Originally Posted by stumped
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.