View Single Post
Old 04-24-2010, 02:40 AM   #2
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 876
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
For no spacing between paragraphs use
Code:
margin-top: 0;
margin-bottom: 0;
applied to the tags that contain your paragraphs.

For small indents use something like
Code:
text-indent: 1em; //vary size "1em" to suit. can be decimal (eg: "0.9em")
and apply this also to your paragraph containing tags.
sherman is offline   Reply With Quote