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