View Single Post
Old 09-16-2010, 02:57 PM   #13
Agama
Guru
Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.
 
Agama's Avatar
 
Posts: 776
Karma: 2751519
Join Date: Jul 2010
Location: UK
Device: PW2, Nexus7
Sorry JBNY, the info on quotes pulled us off topic a bit into a digression on html attributes. It has no bearing on your query.

To put white space above and below a paragraph use margin-top and margin-bottom in your stylesheet. For fixed spacing use a unit of measure such as "pt" and for spacing which sizes with the text use "em". For example:

P { margin-top:0.5em; margin-bottom:0.5em }

would apply 0.5em margins above and below every paragraph.
Agama is offline   Reply With Quote