View Single Post
Old 09-06-2010, 11: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,094
Karma: 60358908
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 soondai View Post
I started with a text file. Ends up readable, the paragraphs are seperated, but not indented. Is there any way to indent all the paragraphs in one fell swoop?

thanks in advance.
Edit the stylesheet for the class that only covers the paragraphs.
Add
Code:
 text-indent: 3%;  (or 1.5em or 15pt)
I like % because it makes the indent proportional to the display width, all the others are absolute, with respect to width.
theducks is offline   Reply With Quote