View Single Post
Old 12-02-2012, 07:55 AM   #8
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: 29,809
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Cybemole beat me

Paragraph spacing, I use:
margin-top: 0.5em ; /*I like a bit of space between paragraphs */
margin-top: 0 ; /* for the same space as between the lines */

Line spacing (those within a paragraph), use:
line-height: 1.2 ; /*more normal */
line-height: 2.2 ; /*double spaced in typewriter speak*/
line-height: 1.0 ; /*crammed together */

use <br /> if you want to force the next onto a newline.
Never use repeat spaces or multiple returns (even multiple <br />) as duplicates commonly get ignored.


2 bottom lines
1) Use margins, padding, line-height to control line and paragraph spacinga

2)Don't charge for the work until you can do professional level work.
(Learning for Cookies and Milk is fine ) (Ducks still is in this class, and will always be. I get more Chocolate this way )
theducks is offline   Reply With Quote