Thread
:
Fast way of adding empty lines to all paragraphs (or, even better, increase spacing)?
View Single Post
03-13-2017, 06:33 PM
#
2
theducks
Well trained by Cats
Posts: 31,156
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
margin-top: 1em; adds 1em of height (em is the current size of the line)
2em makes 2 lines of top space
you add this to the CSS for the style in the <p style="name_here">
if the p has no style
just assign to the "p' level
Code:
p {margin-top: 1em;}
theducks
View Public Profile
Find More Posts by theducks
Track Posts by theducks via RSS